Add the number of spectators next to the spectator icon #206

This commit is contained in:
doitux
2013-11-12 23:23:51 +01:00
parent 7b3ec43bd1
commit 044553fddb
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -442,6 +442,7 @@ private:
QLabel *playerTipLabelArray[MAX_NUMBER_OF_PLAYERS];
QPixmap flipside;
QLabel *spectatorIcon;
QLabel *spectatorNumberLabel;
// Dialogs
startWindowImpl *myStartWindow;