mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
minor bug fix
This commit is contained in:
parent
27d954267c
commit
c4cb0f6354
3 changed files with 10 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ public:
|
|||
CardInfo *getInfo() const { return info; }
|
||||
QString getName() const { return name; }
|
||||
void setName(const QString &_name = QString());
|
||||
void setHovered(bool _hovered);
|
||||
QString getColor() const { return color; }
|
||||
void setColor(const QString &_color);
|
||||
bool getTapped() const { return tapped; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue