mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 02:42:16 -07:00
Introduce UUID attribute to abstract_card_item, card_item, deck_view_card, server_card and serverinfo_card.
This commit is contained in:
parent
c6a7b17d22
commit
90c4b223dd
9 changed files with 27 additions and 9 deletions
|
|
@ -25,6 +25,7 @@ private:
|
|||
|
||||
public:
|
||||
DeckViewCard(const QString &_name = QString(),
|
||||
const QString &_uuid = QString(),
|
||||
const QString &_originZone = QString(),
|
||||
QGraphicsItem *parent = nullptr);
|
||||
~DeckViewCard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue