qthighway/xqservice/src/xqaiwrequest.h
changeset 11 06b8e2af4411
parent 1 2b40d63a9c3d
child 24 9d760f716ca8
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
   106     XQAiwRequestDriver* currentRequest;
   106     XQAiwRequestDriver* currentRequest;
   107     QString errorMsg;
   107     QString errorMsg;
   108     int errorCode;
   108     int errorCode;
   109     QVariant result;  // Client can use results whenever wants
   109     QVariant result;  // Client can use results whenever wants
   110     QList<QAction*> actionList;
   110     QList<QAction*> actionList;
   111     bool asyncErrorSet;
   111     bool completeSignalConnected;
       
   112     bool errorSignalConnected;
   112     
   113     
   113     };
   114     };
   114 
   115 
   115 #endif /* XQAIWREQUEST_H_ */ 
   116 #endif /* XQAIWREQUEST_H_ */