mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 10:04:46 -07:00
initial commit for deck repository tab
This commit is contained in:
parent
c0e64f3f42
commit
f31405743e
12 changed files with 1047 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ class Client;
|
|||
class TabServer;
|
||||
class TabChatChannel;
|
||||
class TabGame;
|
||||
class TabDeckStorage;
|
||||
class ChatEvent;
|
||||
class GameEvent;
|
||||
class Event_GameJoined;
|
||||
|
|
@ -17,6 +18,7 @@ class TabSupervisor : public QTabWidget {
|
|||
private:
|
||||
Client *client;
|
||||
TabServer *tabServer;
|
||||
TabDeckStorage *tabDeckStorage;
|
||||
QMap<QString, TabChatChannel *> chatChannelTabs;
|
||||
QMap<int, TabGame *> gameTabs;
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue