radioapp/radiowidgets/inc/radiofrequencystripbase.h
changeset 54 a8ba0c289b44
parent 39 ac7857bd5fdb
child 57 21be958eb3ce
--- 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<FrequencyStrip::StationMarker> stations, RadioFrequencyItem* item );
+    QPixmap drawPixmap( uint mainFrequency, QList<FrequencyStrip::StationMarker> stations, RadioFrequencyItem* item );
 
     QLineF makeTab( qreal pos, int height );
 
@@ -219,6 +219,8 @@
 
     QColor                      mForegroundColor;
 
+    bool                        mIgnoreScrollingEnd;
+
 };
 
 #endif // RADIOFREQUENCYSTRIPBASE_H