homescreenapp/inc/hsapp_defs.inl
changeset 71 1db7cc813a4e
parent 63 52b0f64eeb51
equal deleted inserted replaced
69:87476091b3f5 71:1db7cc813a4e
   314 {
   314 {
   315     static const QString key("HsIdleView");
   315     static const QString key("HsIdleView");
   316     return key;
   316     return key;
   317 }
   317 }
   318 
   318 
       
   319 /*!
       
   320     \return homescreen activitity name to open applib iew
       
   321 */
       
   322 inline const QString activityAppLibMainView()
       
   323 {
       
   324     static const QString key("AppLibMainView");
       
   325     return key;
       
   326 }
   319 
   327 
   320 #endif
   328 #endif