homescreenapp/inc/hsapp_defs.inl
changeset 63 52b0f64eeb51
parent 62 341166945d65
child 71 1db7cc813a4e
equal deleted inserted replaced
62:341166945d65 63:52b0f64eeb51
   306     static const QString key("widget:translation_file");
   306     static const QString key("widget:translation_file");
   307     return key;
   307     return key;
   308 }
   308 }
   309 
   309 
   310 /*!
   310 /*!
   311     \return app lib activity name
       
   312 */
       
   313 inline const QString appLibActivity()
       
   314 {
       
   315     static const QString key("AppLibMainView");
       
   316     return key;
       
   317 }
       
   318 
       
   319 /*!
       
   320     \return homescreen activitity name to open idle iew
   311     \return homescreen activitity name to open idle iew
   321 */
   312 */
   322 inline const QString activityHsIdleView()
   313 inline const QString activityHsIdleView()
   323 {
   314 {
   324     static const QString key("HsIdleView");
   315     static const QString key("HsIdleView");