1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* No need for mouse tracking.

This commit is contained in:
Christian Muehlhaeuser 2011-08-17 02:24:42 +02:00
parent c3419cb082
commit b78e2dd8b6

View File

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