mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-24 13:41:14 +00:00
Fix Clazy range-loop-detach warnings
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
{
|
||||
int value = 0;
|
||||
|
||||
for (const int & v : *this) {
|
||||
for (const int v : *this) {
|
||||
value |= v;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user