remove protected

This commit is contained in:
RickyRister 2025-11-30 02:17:02 -08:00
parent f391311489
commit 18a2f68b7f

View file

@ -152,7 +152,7 @@ private:
static void getCardRefListHelper(InnerDecklistNode *item, QList<CardRef> &result);
InnerDecklistNode *getZoneObjFromName(const QString &zoneName);
protected:
public:
/**
* @brief Map a card name to its zone.
* Override in subclasses for format-specific logic.
@ -208,7 +208,6 @@ protected:
}
///@}
public:
/// @brief Construct an empty deck.
explicit DeckList();
/// @brief Copy constructor (deep copies the node tree)