diff -r 2e1adbfc62af -r ee64f059b8e1 qtinternetradio/ui/inc/irsonghistorymodel.h --- 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 iSongHistoryList; - IRQSongHistoryEngine *iHistoryEngine; + QList mSongHistoryList; + IRQSongHistoryEngine *mHistoryEngine; + Qt::Orientation mOrientation; }; #endif