Commit c4d93a7c authored by Claudio Valerio's avatar Claudio Valerio

fixed utf-8 as standard for config file

parent ba6013aa
...@@ -145,6 +145,7 @@ QSettings* UBSettings::getAppSettings() ...@@ -145,6 +145,7 @@ QSettings* UBSettings::getAppSettings()
} }
UBSettings::sAppSettings = new QSettings(appSettings, QSettings::IniFormat, 0); UBSettings::sAppSettings = new QSettings(appSettings, QSettings::IniFormat, 0);
UBSettings::sAppSettings->setIniCodec("utf-8");
} }
return UBSettings::sAppSettings; return UBSettings::sAppSettings;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment