changeset 5270 | df1588234b96 |
parent 5259 | 926958e3e87b |
child 6009 | 14f6fc9869f2 |
--- a/QTfrontend/pageroomslist.h Fri Jun 17 18:03:12 2011 +0200 +++ b/QTfrontend/pageroomslist.h Mon Jun 20 20:43:11 2011 +0200 @@ -45,6 +45,7 @@ QComboBox * CBRules; QComboBox * CBWeapons; HWChatWidget * chatWidget; + QLabel * lblCount; private: bool gameInLobby; @@ -55,6 +56,7 @@ public slots: void setRoomsList(const QStringList & list); void setAdmin(bool); + void updateNickCounter(int cnt); private slots: void onCreateClick();