[Foo2zjs-commits] r84 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 12:52:12 UTC 2007


Author: white
Date: 2007-09-28 12:52:12 +0000 (Fri, 28 Sep 2007)
New Revision: 84

Modified:
   trunk/hannah/gui.cpp
Log:
These two connects belong more to the GUI method

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 12:48:45 UTC (rev 83)
+++ trunk/hannah/gui.cpp	2007-09-28 12:52:12 UTC (rev 84)
@@ -34,9 +34,6 @@
 	
 	callProgram = new QProcess;
 	
-	connect(exitButton, SIGNAL(clicked()), qApp, SLOT(quit()));
-
-	connect(allButton, SIGNAL(stateChanged(int)), this, SLOT(setCheckBoxes(int)));
 	connect(downloadButton, SIGNAL(clicked()), this, SLOT(callGetweb()));
 };
 
@@ -141,6 +138,8 @@
         buttonGroup->addButton(xerox6115Button, 16);
         buttonGroup->addButton(xerox6110Button, 17);
 
+	connect(allButton, SIGNAL(stateChanged(int)), this, SLOT(setCheckBoxes(int)));
+	connect(exitButton, SIGNAL(clicked()), qApp, SLOT(quit()));
 };
 
 void MainWindow::setCheckBoxes(int state)




More information about the Foo2zjs-commits mailing list