mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-21 14:23:54 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef TAB_DECK_STORAGE_H
|
||||
#define TAB_DECK_STORAGE_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "protocol_datastructures.h"
|
||||
#include "tab.h"
|
||||
#include "protocol.h"
|
||||
|
||||
class Client;
|
||||
class QTreeView;
|
||||
|
|
@ -15,7 +15,7 @@ class QGroupBox;
|
|||
class ProtocolResponse;
|
||||
class RemoteDeckList_TreeWidget;
|
||||
|
||||
class TabDeckStorage : public QWidget {
|
||||
class TabDeckStorage : public Tab {
|
||||
Q_OBJECT
|
||||
private:
|
||||
Client *client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue