changeset 5259 | 926958e3e87b |
parent 5205 | 78138ae93820 |
child 6009 | 14f6fc9869f2 |
--- a/QTfrontend/pageroomslist.h Sun Jun 19 18:45:10 2011 +0200 +++ b/QTfrontend/pageroomslist.h Mon Jun 20 01:28:21 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();