Fix backwards-compatible Qt6 warnings
This commit is contained in:
committed by
Chris Hennes
parent
c12e1f8bc2
commit
0e24e121eb
@@ -87,7 +87,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
// add the rest
|
||||
for (const auto& it : qAsConst(attr)) {
|
||||
for (const auto& it : std::as_const(attr)) {
|
||||
sorted.append(it);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user