config: use qstringliteral for config filename
Minor optimization.
This commit is contained in:
@@ -44,7 +44,7 @@ Config::Config()
|
||||
|
||||
QString Config::GetConfigFilePath()
|
||||
{
|
||||
return QDir(GetConfigurationLocation()).filePath("config.xml");
|
||||
return QDir(GetConfigurationLocation()).filePath(QStringLiteral("config.xml"));
|
||||
}
|
||||
|
||||
Config &Config::Current()
|
||||
|
||||
Reference in New Issue
Block a user