mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
PB: everything compiles except for deck storage
This commit is contained in:
parent
695fde7541
commit
d5c628966f
51 changed files with 659 additions and 628 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <QDateTime>
|
||||
#include <QTreeView>
|
||||
|
||||
class ProtocolResponse;
|
||||
class Response;
|
||||
class AbstractClient;
|
||||
class QSortFilterProxyModel;
|
||||
class DeckList_File;
|
||||
|
|
@ -64,7 +64,7 @@ private:
|
|||
signals:
|
||||
void treeRefreshed();
|
||||
private slots:
|
||||
void deckListFinished(ProtocolResponse *r);
|
||||
void deckListFinished(const Response &r);
|
||||
public:
|
||||
RemoteDeckList_TreeModel(AbstractClient *_client, QObject *parent = 0);
|
||||
~RemoteDeckList_TreeModel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue