mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-09 00:08:43 +01:00
Remove unneeded QFont in parameter initialization list
This commit is contained in:
parent
215057ce6f
commit
7876f9a8a5
@ -89,7 +89,6 @@ OSDPretty::OSDPretty(Mode mode, QWidget *parent)
|
|||||||
background_color_(kPresetBlue),
|
background_color_(kPresetBlue),
|
||||||
background_opacity_(0.85),
|
background_opacity_(0.85),
|
||||||
popup_screen_(nullptr),
|
popup_screen_(nullptr),
|
||||||
font_(QFont()),
|
|
||||||
disable_duration_(false),
|
disable_duration_(false),
|
||||||
timeout_(new QTimer(this)),
|
timeout_(new QTimer(this)),
|
||||||
fading_enabled_(false),
|
fading_enabled_(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user