ui/uiengine/model/mediamodel/inc/glxmediamodel.h
changeset 50 a0f57508af73
parent 45 863223ea6961
child 54 0f0f3f26f787
--- 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<int, HbIcon> itemIconCache;
 	QCache<int, HbIcon> itemFsIconCache;
 	HbIcon* m_DefaultIcon;
+	HbIcon* m_CorruptIcon;
+	
 	GlxContextMode mContextMode;
 	//for external data to be populated by model
 	GlxExternalData* mExternalItems;