Commit 0cf034af authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: SeekSlider: missing initializer

parent 2cf63b81
......@@ -57,6 +57,7 @@ SeekSlider::SeekSlider( Qt::Orientation q, QWidget *_parent, bool _static )
: QSlider( q, _parent ), b_classic( _static )
{
isSliding = false;
isJumping = false;
f_buffering = 1.0;
mHandleOpacity = 1.0;
chapters = NULL;
......
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