mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-13 08:32:52 +01:00
Fix uninitialized variable
This commit is contained in:
parent
2885bc99ca
commit
ffebff4ea9
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user