telutils/dialpad/tsrc/unit/ut_dialpadbluetootheventfilter/xqappmgr.h
changeset 53 25b8d29b7c59
parent 51 12bc758d6a02
--- a/telutils/dialpad/tsrc/unit/ut_dialpadbluetootheventfilter/xqappmgr.h	Mon Oct 04 15:57:13 2010 +0300
+++ b/telutils/dialpad/tsrc/unit/ut_dialpadbluetootheventfilter/xqappmgr.h	Fri Oct 15 13:21:28 2010 +0300
@@ -1,7 +1,16 @@
-class XQAiwRequest
+#include <QObject>
+
+class XQAiwRequest : public QObject
 {
+    Q_OBJECT
 public:
+    ~XQAiwRequest();
     void send();	
+    void setSynchronous(bool synchronous);
+    
+signals:
+    void requestOk(const QVariant& result);
+    void requestError(int errorCode, const QString& errorMessage);
 };
 
 class XQApplicationManager