mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -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
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef DECKLISTMODEL_H
|
||||
#define DECKLISTMODEL_H
|
||||
|
||||
#include <../../../../libcockatrice_deck_list/libcockatrice/deck_list/tree/abstract_deck_list_card_node.h>
|
||||
#include <../../../../libcockatrice_deck_list/libcockatrice/deck_list/tree/deck_list_card_node.h>
|
||||
#include <QAbstractItemModel>
|
||||
#include <QList>
|
||||
#include <libcockatrice/card/printing/exact_card.h>
|
||||
#include <libcockatrice/deck_list/abstract_deck_list_card_node.h>
|
||||
#include <libcockatrice/deck_list/deck_list.h>
|
||||
#include <libcockatrice/deck_list/deck_list_card_node.h>
|
||||
|
||||
class CardDatabase;
|
||||
class QPrinter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue