[Foo2zjs-commits] r75 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 09:40:06 UTC 2007


Author: white
Date: 2007-09-28 09:40:06 +0000 (Fri, 28 Sep 2007)
New Revision: 75

Modified:
   trunk/hannah/gui.cpp
Log:
Add call to the getweb script

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 09:30:41 UTC (rev 74)
+++ trunk/hannah/gui.cpp	2007-09-28 09:40:06 UTC (rev 75)
@@ -171,5 +171,9 @@
 		}
 		count++;
 	}
-	qDebug()<<arguments;
+
+	QString program = "/usr/bin/getweb";
+	QProcess *callProgram = new QProcess;
+	callProgram->execute(program, arguments);
+
 };




More information about the Foo2zjs-commits mailing list