1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 02:42:52 +02:00

* No need for mouse tracking.

This commit is contained in:
Christian Muehlhaeuser
2011-08-17 02:24:42 +02:00
parent 9b433379ee
commit a734cad4e1

View File

@@ -28,7 +28,6 @@ SeekSlider::SeekSlider( QWidget* parent )
: QSlider( parent )
, m_parent( parent )
{
setMouseTracking( true );
}