Skip to content

Commit

Permalink
* No need for mouse tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 17, 2011
1 parent 9b43337 commit a734cad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libtomahawk/widgets/SeekSlider.cpp
Expand Up @@ -28,7 +28,6 @@ SeekSlider::SeekSlider( QWidget* parent )
: QSlider( parent )
, m_parent( parent )
{
setMouseTracking( true );
}


Expand Down

0 comments on commit a734cad

Please sign in to comment.