homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 46 23b5d6a29cce
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsaddtohomescreenstate.h	Mon May 03 12:24:59 2010 +0300
@@ -25,9 +25,11 @@
 HS_STATES_TEST_CLASS(MenuStatesTest)
 
 
+class CaEntry;
+
 
 /**
- * @ingroup group_hsmenustateplugin
+ * @ingroup group_hsworkerstateplugin
  * @brief Application Library State.
  *
  * Parent state for Application Library functionality (browsing applications and collections)
@@ -78,8 +80,7 @@
 
     void addShortcut(HsContentService &contentService, int entryId);
 
-    void addTApplication(HsContentService &contentService, int entryId,
-                QVariantMap &data);
+    void addApplication(HsContentService &contentService, CaEntry &entryId);
 
     void logActionResult(QString operationName, int entryId,
                          bool operationSucceded);