[Foo2zjs-commits] r74 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 09:30:41 UTC 2007


Author: white
Date: 2007-09-28 09:30:41 +0000 (Fri, 28 Sep 2007)
New Revision: 74

Modified:
   trunk/hannah/gui.cpp
Log:
Improve naming for the temporary button

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 09:28:29 UTC (rev 73)
+++ trunk/hannah/gui.cpp	2007-09-28 09:30:41 UTC (rev 74)
@@ -159,14 +159,14 @@
 
 void MainWindow::callGetweb()
 {
-	QAbstractButton *a;
+	QAbstractButton *temporary_button;
 	int count = 0;
 	QStringList current_list;
 	current_list << "hp2600" << "hp1600" << "hp1020" << "hp1018" << "hp1005" << "hp1000" << "minolta2530" << "minolta2490" << "minolta2480" << "minolta2430" << "minolta2300" << "minolta2200" << "minoltapro" << "samsung3160" << "samsung600" << "samsung300" << "xerox6115" << "xerox6110";
 	QStringList arguments;
 
-	foreach( a, buttonGroup->buttons() ) {
-		if ( a->isChecked() ) {
+	foreach( temporary_button, buttonGroup->buttons() ) {
+		if ( temporary_button->isChecked() ) {
 			arguments << current_list.at(count);
 		}
 		count++;




More information about the Foo2zjs-commits mailing list