qtinternetradio/ui/inc/irfavoritesmodel.h
changeset 5 0930554dc389
parent 3 ee64f059b8e1
child 8 3b03c28289e6
--- a/qtinternetradio/ui/inc/irfavoritesmodel.h	Fri May 14 15:43:29 2010 +0300
+++ b/qtinternetradio/ui/inc/irfavoritesmodel.h	Thu May 27 12:46:34 2010 +0300
@@ -39,11 +39,13 @@
     int rowCount(const QModelIndex &aParent = QModelIndex()) const;
     QVariant data(const QModelIndex &aIndex, int aRole = Qt::DisplayRole) const;
     void setLogo(HbIcon *aIcon, int aIndex);
+    bool isLogoReady(int aIndex) const;
     bool checkFavoritesUpdate();
     
     void clearFavoriteDB();
     void clearAndDestroyLogos();
-    bool deleteOneFavorite(int aIndex);    
+    bool deleteOneFavorite(int aIndex);  
+    bool deleteMultiFavorites(const QModelIndexList &aIndexList);
     
 signals:
     void modelChanged();