some changes

This commit is contained in:
Max-Wilhelm Bruker 2009-06-20 13:26:36 +02:00
parent 9b1adf2dc1
commit c8a2ed9415
26 changed files with 243 additions and 613 deletions

View file

@ -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);