mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 08:30:20 -07:00
game menu
This commit is contained in:
@@ -225,7 +225,7 @@ void ServerMessageLog::processServerMessageEvent(Event_ServerMessage *event)
|
||||
}
|
||||
|
||||
TabServer::TabServer(Client *_client, QWidget *parent)
|
||||
: QWidget(parent), client(_client)
|
||||
: Tab(parent), client(_client)
|
||||
{
|
||||
gameSelector = new GameSelector(client);
|
||||
chatChannelSelector = new ChatChannelSelector(client);
|
||||
|
||||
Reference in New Issue
Block a user