Save/restore settings properly
[quandoparte] / application / main.cpp
index ad84523..1a88b2e 100644 (file)
@@ -53,4 +53,6 @@ int main(int argc, char *argv[])
     App theApp;
 
     return a.exec();
+
+    theApp.saveSettings();
 }