make node getter return const lists

This commit is contained in:
RickyRister 2025-12-07 22:24:44 -08:00
parent 1f30e8cfc8
commit 762dd8d85a
10 changed files with 17 additions and 17 deletions

View file

@ -94,7 +94,7 @@ public:
}
private:
static void printDeckListNode(QTextCursor *cursor, InnerDecklistNode *node);
static void printDeckListNode(QTextCursor *cursor, const InnerDecklistNode *node);
static void saveToStream_DeckHeader(QTextStream &out, const DeckList *deckList);
static void saveToStream_DeckZone(QTextStream &out,