mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
some changes
This commit is contained in:
parent
9b1adf2dc1
commit
c8a2ed9415
26 changed files with 243 additions and 613 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <QTextEdit>
|
||||
#include <QAbstractSocket>
|
||||
#include "client.h"
|
||||
|
||||
class Game;
|
||||
|
||||
|
|
@ -13,6 +14,7 @@ public slots:
|
|||
void logConnected(const QStringList WelcomeMsg);
|
||||
void logDisconnected();
|
||||
void logSocketError(const QString &errorString);
|
||||
void logServerError(ServerResponse response);
|
||||
private slots:
|
||||
void logPlayerListReceived(QStringList players);
|
||||
void logJoin(QString playerName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue