homescreensrv_plat/contentstorage_api/caentry.h
changeset 103 b99b84bcd2d1
parent 60 f62f87b200ec
child 115 3ab5c078b490
--- a/homescreensrv_plat/contentstorage_api/caentry.h	Fri Jun 11 13:58:37 2010 +0300
+++ b/homescreensrv_plat/contentstorage_api/caentry.h	Wed Jun 23 18:33:40 2010 +0300
@@ -47,10 +47,10 @@
     int id() const;
 
     QString text() const;
-    void setText(const QString &text);
+    void setText(const QString &text, bool localized = false);
 
     QString description() const;
-    void setDescription(const QString &text);
+    void setDescription(const QString &text, bool localized = false);
     
     CaIconDescription iconDescription() const;
     void setIconDescription(const CaIconDescription &iconDescription);
@@ -76,6 +76,7 @@
 private:
 
     void setId(int id);
+    bool isLocalized(LocalizationType localized) const; 
 
 private:
     /*!