QTfrontend/ui/page/pageroomslist.h
changeset 6227 ce60b734fff1
parent 6180 0992fc5a4ad9
child 6616 f77bb02b669f
equal deleted inserted replaced
6225:505643d4c23d 6227:ce60b734fff1
    47     QComboBox * CBWeapons;
    47     QComboBox * CBWeapons;
    48     HWChatWidget * chatWidget;
    48     HWChatWidget * chatWidget;
    49     QLabel * lblCount;
    49     QLabel * lblCount;
    50 
    50 
    51 public slots:
    51 public slots:
       
    52     void setAdmin(bool);
    52     void setRoomsList(const QStringList & list);
    53     void setRoomsList(const QStringList & list);
    53     void setAdmin(bool);
    54     void setUser(const QString & nickname);
    54     void updateNickCounter(int cnt);
    55     void updateNickCounter(int cnt);
    55 
    56 
    56 signals:
    57 signals:
    57     void askForCreateRoom(const QString &);
    58     void askForCreateRoom(const QString &);
    58     void askForJoinRoom(const QString &);
    59     void askForJoinRoom(const QString &);