1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-13 08:32:52 +01:00

Fix uninitialized variable

This commit is contained in:
Jonas Kvinge 2019-07-21 21:28:45 +02:00
parent 2885bc99ca
commit ffebff4ea9

View File

@ -79,6 +79,7 @@ PlayingWidget::PlayingWidget(QWidget *parent)
playing_(false),
active_(false),
small_ideal_height_(0),
total_height_(0),
fit_width_(false),
timeline_show_hide_(new QTimeLine(500, this)),
timeline_fade_(new QTimeLine(1000, this)),