rename class

This commit is contained in:
RickyRister 2025-07-06 23:32:05 -07:00
parent a6216c2912
commit 3c5ace00be
28 changed files with 111 additions and 108 deletions

View file

@ -112,7 +112,7 @@ public:
const QString &cardNumber = "") const;
QModelIndex addPreferredPrintingCard(const QString &cardName, const QString &zoneName, bool abAddAnyway);
QModelIndex addCard(const ::QString &cardName,
const CardInfoPerSet &cardInfoSet,
const PrintingInfo &cardInfoSet,
const QString &zoneName,
bool abAddAnyway = false);
int findSortedInsertRow(InnerDecklistNode *parent, CardInfoPtr cardInfo) const;