mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
[TabDeckEditor] Refactor: pass ExactCard in signal instead of widget
This commit is contained in:
parent
f52dc6dda8
commit
c739665340
16 changed files with 43 additions and 65 deletions
|
|
@ -43,7 +43,7 @@ signals:
|
|||
void hoveredOnCard(const ExactCard &hoveredCard);
|
||||
void cardScaleFactorChanged(int _scale);
|
||||
void cardChanged(const ExactCard &card);
|
||||
void cardClicked(QMouseEvent *event);
|
||||
void cardClicked(QMouseEvent *event, const ExactCard &card);
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *event) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue