mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define TAB_SERVER_H
|
||||
|
||||
#include <QGroupBox>
|
||||
#include "tab.h"
|
||||
#include "protocol_datastructures.h"
|
||||
|
||||
class Client;
|
||||
|
|
@ -71,7 +72,7 @@ public:
|
|||
void retranslateUi();
|
||||
};
|
||||
|
||||
class TabServer : public QWidget {
|
||||
class TabServer : public Tab {
|
||||
Q_OBJECT
|
||||
signals:
|
||||
void chatChannelJoined(const QString &channelName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue