mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Lint
This commit is contained in:
parent
407660cf52
commit
0a836ed98a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue