diff -r ee64f059b8e1 -r 0930554dc389 qtinternetradio/ui/inc/irfavoritesmodel.h --- 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();