mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Pass by const reference.
Took 10 minutes
This commit is contained in:
parent
80b8a6dc0b
commit
a4af9640c9
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public slots:
|
|||
QTransform getViewTransform() const;
|
||||
QTransform getViewportTransform() const;
|
||||
|
||||
void onArrowCreateRequested(ArrowData data);
|
||||
void onArrowCreateRequested(const ArrowData &data);
|
||||
void onArrowDeleteRequested(int arrowId);
|
||||
void onCardZoneChanged(CardItem *card, bool sameZone);
|
||||
void clearArrowsForPlayer(int playerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue