Added callback to display player names of connected players.

This commit is contained in:
lotodore
2007-04-08 20:35:42 +00:00
parent e89b543a92
commit 07a0e01620
12 changed files with 32 additions and 8 deletions
@@ -37,7 +37,7 @@ public slots:
void startGame();
void cancel();
void addConnectedPlayer(std::string);
void addConnectedPlayer(QString playerName);
void keyPressEvent ( QKeyEvent*);
};