rename again

This commit is contained in:
RickyRister 2025-07-07 00:50:55 -07:00
parent 37adf1794d
commit 47434c64ee
13 changed files with 34 additions and 34 deletions

View file

@ -200,7 +200,7 @@ CardInfoPtr OracleImporter::addCard(QString name,
// insert the card and its properties
QList<CardRelation *> reverseRelatedCards;
PrintingInfoPerSetMap setsInfo;
SetToPrintingsMap setsInfo;
setsInfo[printingInfo.getSet()->getShortName()].append(printingInfo);
CardInfoPtr newCard = CardInfo::newInstance(name, text, isToken, properties, relatedCards, reverseRelatedCards,
setsInfo, cipt, landscapeOrientation, tableRow, upsideDown);