Fix uninitialized variable
This commit is contained in:
@@ -79,6 +79,7 @@ PlayingWidget::PlayingWidget(QWidget *parent)
|
|||||||
playing_(false),
|
playing_(false),
|
||||||
active_(false),
|
active_(false),
|
||||||
small_ideal_height_(0),
|
small_ideal_height_(0),
|
||||||
|
total_height_(0),
|
||||||
fit_width_(false),
|
fit_width_(false),
|
||||||
timeline_show_hide_(new QTimeLine(500, this)),
|
timeline_show_hide_(new QTimeLine(500, this)),
|
||||||
timeline_fade_(new QTimeLine(1000, this)),
|
timeline_fade_(new QTimeLine(1000, this)),
|
||||||
|
|||||||
Reference in New Issue
Block a user