mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
initial commit of local server code
This commit is contained in:
parent
cbfbc542e7
commit
7921b5f82d
35 changed files with 143 additions and 365 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include <QtGui>
|
||||
#include "tab_chatchannel.h"
|
||||
#include "client.h"
|
||||
#include "abstractclient.h"
|
||||
#include "protocol_items.h"
|
||||
|
||||
TabChatChannel::TabChatChannel(Client *_client, const QString &_channelName)
|
||||
TabChatChannel::TabChatChannel(AbstractClient *_client, const QString &_channelName)
|
||||
: Tab(), client(_client), channelName(_channelName)
|
||||
{
|
||||
playerList = new QListWidget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue