ui/uiengine/model/listmodel/inc/glxalbummodel.h
changeset 72 0a8e959402e5
parent 54 0f0f3f26f787
equal deleted inserted replaced
71:27f2d7aec52a 72:0a8e959402e5
    80      void updateItemIcon(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType); 
    80      void updateItemIcon(int itemIndex, HbIcon* itemIcon, GlxTBContextType tbContextType); 
    81 private:
    81 private:
    82     GlxMLWrapper* mMLWrapper;
    82     GlxMLWrapper* mMLWrapper;
    83     GlxContextMode mContextMode;
    83     GlxContextMode mContextMode;
    84     HbIcon* mDefaultIcon;
    84     HbIcon* mDefaultIcon;
       
    85     HbIcon* mDefaultfavIcon;
    85     QCache<int, HbIcon> itemIconCache;
    86     QCache<int, HbIcon> itemIconCache;
    86     int mTempVisibleWindowIndex;
    87     int mTempVisibleWindowIndex;
    87     HbIcon* m_CorruptIcon;
    88     HbIcon* m_CorruptIcon;
    88     int mSubState;
    89     int mSubState;
    89 };
    90 };