mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
ADD landscapeOrientation field (#5267)
This commit is contained in:
parent
c716f85962
commit
71b01e6110
7 changed files with 33 additions and 10 deletions
|
|
@ -165,7 +165,7 @@ void DlgEditTokens::actAddToken()
|
|||
CardInfoPerSetMap sets;
|
||||
sets[setName].append(CardInfoPerSet(databaseModel->getDatabase()->getSet(setName)));
|
||||
CardInfoPtr card = CardInfo::newInstance(name, "", true, QVariantHash(), QList<CardRelation *>(),
|
||||
QList<CardRelation *>(), sets, false, -1, false);
|
||||
QList<CardRelation *>(), sets, false, false, -1, false);
|
||||
card->setCardType("Token");
|
||||
|
||||
databaseModel->getDatabase()->addCard(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue