diff -r e492551a0d54 -r 9d806967057c homescreensrv_plat/contentstorage_api/caitemmodel.h --- 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: