diff -r 16e4b9007960 -r f5508c13dfe0 bluetoothengine/btindicator/inc/btindicator.h --- 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 -//#include +#include + + + /** * 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 ¶meter); 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 */