Commit 64b36189 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Shut a valgrind warning.

parent 1984f60b
......@@ -124,6 +124,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 = false;
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