Q_UNUSED foil for now but keep parsing logic for future PR's/compatibility.

This commit is contained in:
Lukas Brübach 2024-12-23 18:50:15 +01:00
parent a8f5343fad
commit de4ce1af3d

View file

@ -648,6 +648,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
isFoil = true; isFoil = true;
cardName.chop(3); // Remove the "*F*" from the card name cardName.chop(3); // Remove the "*F*" from the card name
} }
Q_UNUSED(isFoil);
// Attempt to match the hyphen-separated format (PLST-2094) // Attempt to match the hyphen-separated format (PLST-2094)
match = reHyphenFormat.match(cardName); match = reHyphenFormat.match(cardName);