src/hbcore/indicatorplugins/hbindicatorinterface.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/indicatorplugins/hbindicatorinterface.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/indicatorplugins/hbindicatorinterface.h	Mon May 03 12:48:33 2010 +0300
@@ -28,7 +28,7 @@
 
 #include <QFlags>
 #include <QObject>
-
+#include <QVariantMap>
 #include <hbglobal.h>
 
 class HbIndicatorInterfacePrivate;
@@ -82,7 +82,8 @@
 signals:
     void dataChanged();
     void deactivate();
-
+    void userActivated(const QVariantMap& data);
+    
 protected:
     HbIndicatorInterface(const QString &indicatorType,
         GroupPriority indicatorGroup, InteractionTypes interactionTypes); //deprecated.