This commit is contained in:
ZeldaZach 2024-12-18 22:12:19 -05:00
parent 407660cf52
commit 0a836ed98a
No known key found for this signature in database

View file

@ -59,7 +59,7 @@ void AbstractCardItem::cardInfoUpdated()
QVariantHash properties = QVariantHash();
info = CardInfo::newInstance(name, "", true, QVariantHash(), QList<CardRelation *>(), QList<CardRelation *>(),
CardInfoPerSetMap(), false, false,-1, false);
CardInfoPerSetMap(), false, false, -1, false);
}
if (info.data()) {
connect(info.data(), SIGNAL(pixmapUpdated()), this, SLOT(pixmapUpdated()));