equal
deleted
inserted
replaced
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"); |