qthighway/xqservice/src/xqaiwrequest.h
changeset 11 06b8e2af4411
parent 1 2b40d63a9c3d
child 24 9d760f716ca8
--- a/qthighway/xqservice/src/xqaiwrequest.h	Thu May 27 13:42:11 2010 +0300
+++ b/qthighway/xqservice/src/xqaiwrequest.h	Fri Jun 11 14:26:25 2010 +0300
@@ -108,7 +108,8 @@
     int errorCode;
     QVariant result;  // Client can use results whenever wants
     QList<QAction*> actionList;
-    bool asyncErrorSet;
+    bool completeSignalConnected;
+    bool errorSignalConnected;
     
     };