logsui/logsengine/tsrc/stubs/xqaiwrequest.h
changeset 21 2f0af9ba7665
parent 17 90fe74753f71
--- a/logsui/logsengine/tsrc/stubs/xqaiwrequest.h	Fri Sep 17 16:47:32 2010 +0300
+++ b/logsui/logsengine/tsrc/stubs/xqaiwrequest.h	Fri Oct 15 14:47:48 2010 +0300
@@ -24,7 +24,7 @@
 #include <QList>
 #include <QVariant>
 #include <xqaiwinterfacedescriptor.h>
-
+class XQRequestInfo;
 
 class XQAiwRequest : public QObject
     {
@@ -41,11 +41,12 @@
     const XQAiwInterfaceDescriptor &descriptor() const;
 
     bool send();
+    bool send(QVariant &returnValue);
 
     const QString &operation() const;
 
     void setSynchronous(bool synchronous);
-    
+    void setInfo(const XQRequestInfo &info);
     
 signals: