ui/uiengine/model/listmodel/inc/glxalbummodel.h
changeset 50 a0f57508af73
parent 45 863223ea6961
child 54 0f0f3f26f787
--- a/ui/uiengine/model/listmodel/inc/glxalbummodel.h	Fri Jun 25 15:41:33 2010 +0530
+++ b/ui/uiengine/model/listmodel/inc/glxalbummodel.h	Sat Jul 10 00:59:39 2010 +0530
@@ -64,6 +64,7 @@
     void setSelectedIndex(const QModelIndex &index);
     QModelIndex getFocusIndex() const;
     HbIcon* GetPreviewIconItem(int itemIndex, GlxTBContextType tbContextType) const;
+    HbIcon *getCorruptDefaultIcon ( const QModelIndex &index ) const;
     
 signals :
     void iconAvailable(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType) const;
@@ -83,6 +84,7 @@
     HbIcon* mDefaultIcon;
     QCache<int, HbIcon> itemIconCache;
     int mTempVisibleWindowIndex;
+    HbIcon* m_CorruptIcon;
 };
 
 #endif /* GLXALBUMMODEL_H */