--- a/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Wed Aug 18 10:33:57 2010 +0300
+++ b/homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h Mon Sep 13 13:03:23 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);