small cleanups

This commit is contained in:
Max-Wilhelm Bruker 2009-09-23 16:00:44 +02:00
parent 890740bcc9
commit fa16d86283
27 changed files with 616 additions and 497 deletions

View file

@ -4,11 +4,10 @@
#include <QHash>
#include <QStringList>
#include "playerlist.h"
#include "client.h"
class ServerPlayer;
class GameScene;
class Player;
class Client;
class ServerEventData;
class CardDatabase;
class DlgStartGame;
@ -56,7 +55,7 @@ private slots:
void actMoveToExile(CardItem *card);
void gameEvent(const ServerEventData &msg);
void playerListReceived(QList<ServerPlayer *> playerList);
void playerListReceived(QList<ServerPlayer> playerList);
void readyStart();
signals:
void submitDecklist();