ADD landscapeOrientation field (#5267)

This commit is contained in:
Zach H 2024-12-18 22:52:34 -05:00 committed by GitHub
parent c716f85962
commit 71b01e6110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 33 additions and 10 deletions

View file

@ -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()));