mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
make node getter return const lists
This commit is contained in:
parent
1f30e8cfc8
commit
762dd8d85a
10 changed files with 17 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue