homescreenapp/inc/hsapp_defs.inl
changeset 71 1db7cc813a4e
parent 63 52b0f64eeb51
--- a/homescreenapp/inc/hsapp_defs.inl	Fri Jul 23 13:47:57 2010 +0300
+++ b/homescreenapp/inc/hsapp_defs.inl	Fri Aug 06 13:36:36 2010 +0300
@@ -316,5 +316,13 @@
     return key;
 }
 
+/*!
+    \return homescreen activitity name to open applib iew
+*/
+inline const QString activityAppLibMainView()
+{
+    static const QString key("AppLibMainView");
+    return key;
+}
 
 #endif