avatar changes

This commit is contained in:
Max-Wilhelm Bruker 2010-10-11 17:45:52 +02:00
parent 28a77f10e4
commit 2f422f5a20
6 changed files with 29 additions and 19 deletions

View file

@ -43,6 +43,7 @@ class TabGame;
class DeckList;
class QVBoxLayout;
class QHBoxLayout;
class ServerInfo_User;
class ReadyStartButton : public QPushButton {
Q_OBJECT
@ -111,7 +112,7 @@ private:
QMenu *playersMenu;
QAction *aConcede, *aLeaveGame, *aNextPhase, *aNextTurn, *aRemoveLocalArrows;
Player *addPlayer(int playerId, const QString &playerName);
Player *addPlayer(int playerId, ServerInfo_User *info);
void startGame();
void stopGame();