Commit 08cbd4da authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: kill an uninitialized warning.

parent 7297d0a9
......@@ -141,6 +141,7 @@ SoundSlider::SoundSlider( QWidget *_parent, int _i_step, bool b_hard,
setRange( SOUNDMIN, b_hard ? (2 * SOUNDMAX) : SOUNDMAX );
setMouseTracking( true );
b_sliding = false;
b_outside = true;
pixOutside = QPixmap( ":/volslide-outside" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment