Add settings dialog for Qt

This commit is contained in:
baldurk
2017-02-03 20:10:08 +00:00
parent 923dfbd6fb
commit cf1ef45a5e
13 changed files with 1455 additions and 15 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
QCoreApplication::sendPostedEvents();
}
config.Serialize(configFilename);
config.Serialize();
}
delete[] argv_mod;