mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -527,7 +527,7 @@ namespace BlackMisc
|
||||
auto values = getAllValues();
|
||||
QSet<QString> files;
|
||||
for (auto it = values.begin(); it != values.end(); ++it) { files.insert(dir + "/" + filenameForKey(it.key())); }
|
||||
return files.toList();
|
||||
return files.values();
|
||||
}
|
||||
|
||||
void CValueCache::clearAllValues(const QString &keyPrefix)
|
||||
|
||||
Reference in New Issue
Block a user