mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -102,7 +102,7 @@ namespace BlackMisc
|
||||
return CFileUtils::appendFilePaths(persistentStore(), instance()->CValueCache::filenameForKey(key));
|
||||
}
|
||||
|
||||
const QString CSettingsCache::relativeFilePath()
|
||||
const QString &CSettingsCache::relativeFilePath()
|
||||
{
|
||||
static const QString p("/settings/core");
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user