mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[DeckList] Move decklist node classes into new folder (#6381)
* [DeckList] Move decklist node classes into new folder * reformat * fix
This commit is contained in:
parent
2b64e65f45
commit
d57bec8ec6
19 changed files with 22 additions and 21 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <QRegularExpression>
|
||||
#include <QUrlQuery>
|
||||
#include <libcockatrice/deck_list/deck_list.h>
|
||||
#include <libcockatrice/deck_list/deck_list_card_node.h>
|
||||
#include <libcockatrice/deck_list/tree/deck_list_card_node.h>
|
||||
|
||||
DeckStatsInterface::DeckStatsInterface(CardDatabase &_cardDatabase, QObject *parent)
|
||||
: QObject(parent), cardDatabase(_cardDatabase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue