messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h
changeset 73 ecf6a73a9186
parent 56 f42d9a78f435
--- a/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h	Fri Sep 17 20:16:33 2010 +0530
+++ b/messagingapp/msgnotifications/msgnotifier/inc/msgnotifier.h	Tue Oct 05 13:58:47 2010 +0530
@@ -23,12 +23,14 @@
 #include <QObject>
 #include <QString>
 #include <QQueue>
+#include <QVariantMap>
 #include "msginfodefs.h"
 
 // CLASS DECLARATION
 class MsgNotifierPrivate;
 class MsgSimNumDetector;
 class MsgErrorWatcher;
+class HbDeviceDialog;
 
 /**
  * Stores the data required for notification.
@@ -117,6 +119,15 @@
      */
     void updateOutboxIndications(MsgInfo& indicatorData);
 
+private slots:
+
+    /**
+     * handleDataReceived
+     * Handler for data recevied signal from HbDeviceDialog
+     * @param data 
+     */
+    void handleDataReceived(QVariantMap data);
+
 private:
     
     /**
@@ -144,6 +155,12 @@
      * Own
      */
    MsgErrorWatcher* mErrorWatcher;
+   
+   /**
+    * Pointer to HbDeviceDialog
+    * Own
+    */
+   HbDeviceDialog* mDeviceDialog;
 };
 
 #endif // MSGNOTIFIER_H