mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix QSettings ApplicationName was getting reset
This commit is contained in:
parent
ed7294126c
commit
8482455080
@ -141,8 +141,6 @@ int main(int argc, char *argv[])
|
||||
initTranslations();
|
||||
|
||||
initializeStrings(); // Important, call this AFTER translator is installed.
|
||||
a.setApplicationName(STR_TR_SleepyHead);
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Detection
|
||||
|
@ -32,6 +32,8 @@ DEFINES += LOCK_RESMED_SESSIONS
|
||||
|
||||
CONFIG += c++11
|
||||
CONFIG += rtti
|
||||
|
||||
# Remove this crap because it sucks
|
||||
CONFIG-=debug_and_release
|
||||
|
||||
#static {
|
||||
|
@ -55,6 +55,7 @@ void initTranslations() {
|
||||
langNames["fr"] = "\x46\x72\x61\x6e\xc3\xa7\x61\x69\x73";
|
||||
langNames["en_UK"] = "English (UK)";
|
||||
langNames["en_US"] = "English (US)";
|
||||
langNames["nl"] = "Nederlands";
|
||||
// CHECK: Will the above break with MS VisualC++ compiler?
|
||||
|
||||
QHash<QString, QString> langFiles;
|
||||
|
Loading…
Reference in New Issue
Block a user