homescreensrv_plat/contentstorage_api/caitemmodel.h
changeset 87 9d806967057c
parent 85 7feec50967db
child 92 782e3408c2ab
--- a/homescreensrv_plat/contentstorage_api/caitemmodel.h	Tue Mar 23 23:28:12 2010 +0200
+++ b/homescreensrv_plat/contentstorage_api/caitemmodel.h	Tue Mar 23 23:42:03 2010 +0200
@@ -73,6 +73,8 @@
     QSize getIconSize() const;
     void updateModel();
     void setParentId(int parentId);
+    void setFlagsOn(const EntryFlags &onFlags);
+    void setFlagsOff(const EntryFlags &offFlags);
     CaEntry* entry(const QModelIndex &index) const;
 
     signals: