diff -r bbebb0235466 -r a8ba0c289b44 radioapp/radiowidgets/inc/radiofrequencystripbase.h --- a/radioapp/radiowidgets/inc/radiofrequencystripbase.h Mon Sep 20 18:04:48 2010 +0300 +++ b/radioapp/radiowidgets/inc/radiofrequencystripbase.h Tue Oct 05 09:31:22 2010 +0300 @@ -139,7 +139,7 @@ void updateAllItems(); - QPixmap drawPixmap( uint frequency, QList stations, RadioFrequencyItem* item ); + QPixmap drawPixmap( uint mainFrequency, QList stations, RadioFrequencyItem* item ); QLineF makeTab( qreal pos, int height ); @@ -219,6 +219,8 @@ QColor mForegroundColor; + bool mIgnoreScrollingEnd; + }; #endif // RADIOFREQUENCYSTRIPBASE_H