Fix backwards-compatible Qt6 warnings
This commit is contained in:
committed by
Chris Hennes
parent
5b4eeb29a9
commit
33e91421b5
@@ -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