Added callback to display player names of connected players.
This commit is contained in:
@@ -37,7 +37,7 @@ public slots:
|
||||
|
||||
void startGame();
|
||||
void cancel();
|
||||
void addConnectedPlayer(std::string);
|
||||
void addConnectedPlayer(QString playerName);
|
||||
|
||||
void keyPressEvent ( QKeyEvent*);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user