diff -r 896e9dbc5f19 -r 065198191975 qtinternetradio/ui/inc/irnowplayingview.h --- a/qtinternetradio/ui/inc/irnowplayingview.h Wed Aug 18 09:40:26 2010 +0300 +++ b/qtinternetradio/ui/inc/irnowplayingview.h Thu Sep 02 20:17:46 2010 +0300 @@ -63,6 +63,7 @@ // slots for orientation change void handleOrientationChanged(Qt::Orientation); + void handleGeometryChanged(); // slots for play controller void handlePlayStarted(); @@ -90,13 +91,7 @@ // so make it as slot connected to a single timer. void updateAdvImage(); #endif - -#ifdef STATISTIC_REPORT_TEST_ENABLED - void handleDummySongIdentify(); - void handleDummyGoToNms(); - void handleDummyFindInNms(); -#endif - + private: void initialize(); void initMenu(); @@ -110,9 +105,7 @@ void updateStationLogo(); void loadStationLogo(); - - void lazyInit(); - void normalInit(); + #ifdef ADV_ENABLED void mousePressEvent(QGraphicsSceneMouseEvent *aEvent);