qtinternetradio/ui/inc/irfavoritesmodel.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
child 17 38bbf2dcd608
--- a/qtinternetradio/ui/inc/irfavoritesmodel.h	Thu May 27 12:46:34 2010 +0300
+++ b/qtinternetradio/ui/inc/irfavoritesmodel.h	Fri Jun 11 13:30:40 2010 +0300
@@ -47,6 +47,8 @@
     bool deleteOneFavorite(int aIndex);  
     bool deleteMultiFavorites(const QModelIndexList &aIndexList);
     
+    void updateFavoriteName(int aIndex, const QString &aNewName);
+    
 signals:
     void modelChanged();