qtinternetradio/ui/inc/irsonghistorymodel.h
changeset 5 0930554dc389
parent 3 ee64f059b8e1
child 17 38bbf2dcd608
--- a/qtinternetradio/ui/inc/irsonghistorymodel.h	Fri May 14 15:43:29 2010 +0300
+++ b/qtinternetradio/ui/inc/irsonghistorymodel.h	Thu May 27 12:46:34 2010 +0300
@@ -35,10 +35,10 @@
     QVariant data(const QModelIndex &aIndex, int aRole = Qt::DisplayRole) const;
     
     IRQSongInfo* getSongHistoryInfo(int aIndex);
-    void clearAllList();
+    void clearList();
     bool checkSongHistoryUpdate();   
-    void clearHisotrySongDB();  
     void setOrientation(Qt::Orientation aOrientation);
+    bool deleteOneItem(int aIndex);
     
 signals:
     void modelChanged();