homescreenapp/inc/hsapp_defs.h
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 60 30f14686fb04
child 62 341166945d65
--- a/homescreenapp/inc/hsapp_defs.h	Fri May 14 15:43:04 2010 +0300
+++ b/homescreenapp/inc/hsapp_defs.h	Thu May 27 12:46:08 2010 +0300
@@ -45,6 +45,7 @@
 inline const QString packageTypeName();
 inline const QString appSettingsPlugin();
 inline const QString groupNameAttributeName();
+inline const QString componentIdAttributeName();
 
 // Sort attribute
 enum HsSortAttribute {
@@ -68,7 +69,8 @@
     AppSettingContextAction,
     RenameContextAction, 
     DeleteContextAction, 
-    RemoveFromCollectionContextAction    
+    RemoveFromCollectionContextAction,
+    AppDetailsContextAction
 };