mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Override paintEvent.
This commit is contained in:
parent
679c16806a
commit
693c6a207b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ signals:
|
|||
|
||||
protected:
|
||||
void mousePressEvent(QMouseEvent *event) override;
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
private:
|
||||
DeckPreviewDeckTagsDisplayWidget *parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue