mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Fix banner widget buddy being uninitialized.
This commit is contained in:
parent
e1964f21de
commit
7894af1733
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ private:
|
||||||
QLabel *bannerLabel;
|
QLabel *bannerLabel;
|
||||||
Qt::Orientation gradientOrientation;
|
Qt::Orientation gradientOrientation;
|
||||||
int transparency; // Transparency percentage for the gradient
|
int transparency; // Transparency percentage for the gradient
|
||||||
QWidget *buddy;
|
QWidget *buddy = nullptr;
|
||||||
bool clickable = true;
|
bool clickable = true;
|
||||||
signals:
|
signals:
|
||||||
void buddyVisibilityChanged();
|
void buddyVisibilityChanged();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue