diff -r 863223ea6961 -r a0f57508af73 ui/uiengine/model/mediamodel/inc/glxmediamodel.h --- a/ui/uiengine/model/mediamodel/inc/glxmediamodel.h Fri Jun 25 15:41:33 2010 +0530 +++ b/ui/uiengine/model/mediamodel/inc/glxmediamodel.h Sat Jul 10 00:59:39 2010 +0530 @@ -84,7 +84,7 @@ void setFocusIndex(const QModelIndex &index); QModelIndex getFocusIndex() const; void setSelectedIndex(const QModelIndex &index); - + HbIcon *getCorruptDefaultIcon ( const QModelIndex &index ) const; signals : @@ -108,11 +108,14 @@ private slots: void updateItemIcon(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType); + private: GlxMLWrapper* mMLWrapper; QCache itemIconCache; QCache itemFsIconCache; HbIcon* m_DefaultIcon; + HbIcon* m_CorruptIcon; + GlxContextMode mContextMode; //for external data to be populated by model GlxExternalData* mExternalItems;