homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h
changeset 92 6727c5d0afc7
parent 85 35368b604b28
child 90 3ac3aaebaee5
--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h	Fri Sep 17 08:27:54 2010 +0300
@@ -48,8 +48,10 @@
             const QString &collectionType = Hs::collectionTypeName);
     static QStringList getCollectionNames();
     static QString getName(int entryId);
-    static int executeAction(int entryId, const QString &actionName =
-                                  Hs::openActionIdentifier);
+    static int executeAction(int entryId,
+            const QString &actionName = Hs::openActionIdentifier, 
+            QObject* receiver = NULL,
+            const char* member = NULL);
     static bool launchTaskSwitcher();
 
     static int createCollection(const QString &name);