bluetoothengine/btindicator/inc/btindicator.h
changeset 70 f5508c13dfe0
parent 42 b72428996822
--- a/bluetoothengine/btindicator/inc/btindicator.h	Wed Oct 13 13:15:31 2010 +0300
+++ b/bluetoothengine/btindicator/inc/btindicator.h	Tue Oct 19 15:09:34 2010 +0300
@@ -20,13 +20,17 @@
 
 
 #include <hbindicatorinterface.h>
-//#include <xqappmgr.h>
+#include <xqappmgr.h>
+
+
+
 /**
  * Bluetooth indicator class. 
  * Handles client request and showing the indications. 
  */
 class BTIndicator : public HbIndicatorInterface
 {
+    Q_OBJECT
 public:
     /**
      * Constructor
@@ -55,20 +59,18 @@
     bool handleClientRequest(RequestType type, const QVariant &parameter);
     
 private:
-//    void launchBTCpSettingView(); 
+    void launchBTCpSettingView(); 
     
-/*private slots:
+private slots:
     void handleReturnValue(const QVariant &returnValue);
-    void handleError(int errorCode,const QString &errorMessage);*/
+    void handleError(int errorCode,const QString &errorMessage);
     
 private: 
-
-    QString mSecDisplayName;
-//    XQApplicationManager mAppMgr;
+    XQApplicationManager mAppMgr;
+    XQAiwRequest *mRequest;
     int mIndicatorStatus;
-    
-private:
-
+    bool mIndicatorlaunch;
+    QStringList mSecondaryText;
 };
 
 #endif /* BTINDICATOR_H */