ossp-pkg/as/as-gui/as_main.cpp 1.8 -> 1.9
--- as_main.cpp 2002/12/02 13:25:36 1.8
+++ as_main.cpp 2002/12/10 00:00:57 1.9
@@ -39,5 +39,6 @@
Titraqform Mainform; // Main app window
App.setMainWidget(&Mainform);
Mainform.show(); // Finally start the show
+ App.connect(&App, SIGNAL(lastWindowClosed()), &App, SLOT(quit()));
return App.exec();
}
|
|