qtinternetradio/ui/inc/irmainview.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
--- a/qtinternetradio/ui/inc/irmainview.h	Mon May 03 12:25:23 2010 +0300
+++ b/qtinternetradio/ui/inc/irmainview.h	Fri May 14 15:43:29 2010 +0300
@@ -32,9 +32,6 @@
     //only friend class IRViewManager can create this view
     IRMainView(IRApplication *aApplication, TIRViewId aViewId);
     
-    //from base class IRBaseView
-    TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
-    
 private slots:
 	/*
 	 * Description : slot function for active network event
@@ -53,14 +50,16 @@
     //from base class IRBaseView
     void updateView();
     
+    void lazyInit();
+    
 private:
     IRMainModel *iMainModel;
 
     enum TUserSelection
     {
-        ERecentlyPlayedStations,
         EBrowseByCountry,
         EBrowseByLanguage,
+        ERecentlyPlayedStations,
         ESongsPlayed,
         EPlayList
     };