mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
refactor: remove cipt param from Player::playCard (#5266)
This commit is contained in:
parent
245d51caea
commit
c716f85962
4 changed files with 10 additions and 15 deletions
|
|
@ -394,8 +394,8 @@ public:
|
|||
QRectF boundingRect() const override;
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
|
||||
|
||||
void playCard(CardItem *c, bool faceDown, bool tapped);
|
||||
void playCardToTable(CardItem *c, bool faceDown, bool tapped);
|
||||
void playCard(CardItem *c, bool faceDown);
|
||||
void playCardToTable(CardItem *c, bool faceDown);
|
||||
void addCard(CardItem *c);
|
||||
void deleteCard(CardItem *c);
|
||||
void addZone(CardZone *z);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue