ossp-pkg/as/as-gui/as_main.cpp 1.10 -> 1.11
--- as_main.cpp 2002/12/12 12:19:48 1.10
+++ as_main.cpp 2002/12/19 20:46:26 1.11
@@ -39,7 +39,5 @@
Titraqform Mainform; // Main app window
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();
}
|
|