ossp-pkg/as/as-gui/as_main.cpp 1.9 -> 1.10
--- as_main.cpp 2002/12/10 00:00:57 1.9
+++ as_main.cpp 2002/12/12 12:19:48 1.10
@@ -40,5 +40,6 @@
App.setMainWidget(&Mainform);
Mainform.show(); // Finally start the show
App.connect(&App, SIGNAL(lastWindowClosed()), &App, SLOT(quit()));
+ App.connect(&App, SIGNAL(aboutToQuit()), &Mainform, SLOT(savePrefs()));
return App.exec();
}
|
|