mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -427,7 +427,7 @@ namespace BlackMisc
|
||||
{
|
||||
s.insert(symbol.toLower());
|
||||
}
|
||||
return s.toList();
|
||||
return s.values();
|
||||
}();
|
||||
return symbols;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user