qtinternetradio/ui/inc/irsonghistorymodel.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
--- a/qtinternetradio/ui/inc/irsonghistorymodel.h	Mon May 03 12:25:23 2010 +0300
+++ b/qtinternetradio/ui/inc/irsonghistorymodel.h	Fri May 14 15:43:29 2010 +0300
@@ -38,6 +38,7 @@
     void clearAllList();
     bool checkSongHistoryUpdate();   
     void clearHisotrySongDB();  
+    void setOrientation(Qt::Orientation aOrientation);
     
 signals:
     void modelChanged();   
@@ -46,8 +47,9 @@
     void getAllList();
 
 private:
-    QList<IRQSongInfo *> iSongHistoryList;
-    IRQSongHistoryEngine *iHistoryEngine;  
+    QList<IRQSongInfo *> mSongHistoryList;
+    IRQSongHistoryEngine *mHistoryEngine;  
+    Qt::Orientation mOrientation;
 };
 
 #endif