mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -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;
|
||||
Qt::Orientation gradientOrientation;
|
||||
int transparency; // Transparency percentage for the gradient
|
||||
QWidget *buddy;
|
||||
QWidget *buddy = nullptr;
|
||||
bool clickable = true;
|
||||
signals:
|
||||
void buddyVisibilityChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue