mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
new decklist file format
This commit is contained in:
parent
c756762171
commit
0ef00dd437
8 changed files with 311 additions and 97 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <QMainWindow>
|
||||
#include <QAbstractItemModel>
|
||||
#include "decklist.h"
|
||||
|
||||
class CardDatabase;
|
||||
class CardDatabaseModel;
|
||||
|
|
@ -22,6 +23,7 @@ private slots:
|
|||
void actSaveDeckAs();
|
||||
private:
|
||||
QString lastFileName;
|
||||
DeckList::FileFormat lastFileFormat;
|
||||
CardDatabase *db;
|
||||
|
||||
CardDatabaseModel *databaseModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue