mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
ADD landscapeOrientation field (#5267)
This commit is contained in:
parent
c716f85962
commit
71b01e6110
7 changed files with 33 additions and 10 deletions
|
|
@ -59,7 +59,7 @@ void AbstractCardItem::cardInfoUpdated()
|
|||
QVariantHash properties = QVariantHash();
|
||||
|
||||
info = CardInfo::newInstance(name, "", true, QVariantHash(), QList<CardRelation *>(), QList<CardRelation *>(),
|
||||
CardInfoPerSetMap(), false, -1, false);
|
||||
CardInfoPerSetMap(), false, false, -1, false);
|
||||
}
|
||||
if (info.data()) {
|
||||
connect(info.data(), SIGNAL(pixmapUpdated()), this, SLOT(pixmapUpdated()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue