[libcalamaresui] Also modern-style initialize center and disable flags
- All constructors explicitly initialize these, so there's no real change here.
This commit is contained in:
parent
497422e72c
commit
18f8633dd9
@ -150,8 +150,8 @@ private:
|
|||||||
QColor _textColor = Qt::black;
|
QColor _textColor = Qt::black;
|
||||||
|
|
||||||
// Environment settings
|
// Environment settings
|
||||||
bool _centerOnParent;
|
bool _centerOnParent = true;
|
||||||
bool _disableParentWhenSpinning;
|
bool _disableParentWhenSpinning = true;
|
||||||
|
|
||||||
// Internal bits
|
// Internal bits
|
||||||
QTimer *_timer = nullptr;
|
QTimer *_timer = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user