mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef TAB_CHATCHANNEL_H
|
||||
#define TAB_CHATCHANNEL_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "tab.h"
|
||||
|
||||
class Client;
|
||||
class QListWidget;
|
||||
|
|
@ -13,7 +13,7 @@ class Event_ChatJoinChannel;
|
|||
class Event_ChatLeaveChannel;
|
||||
class Event_ChatSay;
|
||||
|
||||
class TabChatChannel : public QWidget {
|
||||
class TabChatChannel : public Tab {
|
||||
Q_OBJECT
|
||||
private:
|
||||
Client *client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue