mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
#12 Fixing linux build
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BlackMisc
|
||||
{
|
||||
}
|
||||
|
||||
void CConfigManager::setConfigPath(QString &path)
|
||||
void CConfigManager::setConfigPath(QString path)
|
||||
{
|
||||
m_config_path = QDir(path).absolutePath();
|
||||
|
||||
@@ -91,4 +91,4 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace BlackMisc
|
||||
} // namespace BlackMisc
|
||||
|
||||
Reference in New Issue
Block a user