homescreenapp/inc/hsapp_defs.inl
changeset 51 4785f57bf3d4
parent 39 4e8ebe173323
child 55 03646e8da489
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
   269 {
   269 {
   270     static const QString key("appgroup_name");
   270     static const QString key("appgroup_name");
   271     return key;
   271     return key;
   272 }
   272 }
   273 
   273 
       
   274 /*!
       
   275     \return applibrary activate name to open downloaded
       
   276 */
       
   277 inline const QString groupAppLibRecentView()
       
   278 {
       
   279     static const QString key("AppLibRecentView");
       
   280     return key;
       
   281 }
       
   282 
       
   283 /*!
       
   284     \return application componentID atribute name
       
   285 */
       
   286 inline const QString componentIdAttributeName()
       
   287 {
       
   288     static const QString key("component_id");
       
   289     return key;
       
   290 }
   274 
   291 
   275 #endif
   292 #endif