equal
deleted
inserted
replaced
143 void serverMessage(const QString &); |
143 void serverMessage(const QString &); |
144 void serverMessageNew(const QString &); |
144 void serverMessageNew(const QString &); |
145 void serverMessageOld(const QString &); |
145 void serverMessageOld(const QString &); |
146 void latestProtocolVar(int); |
146 void latestProtocolVar(int); |
147 |
147 |
148 void setReadyStatus(const QString & nick, bool isReady); |
|
149 void setMyReadyStatus(bool isReady); |
148 void setMyReadyStatus(bool isReady); |
150 void setAdminStatus(const QString & nick, bool isAdmin); |
|
151 void setRoomMasterStatus(const QString & nick, bool isAdmin); |
|
152 void setRegisteredStatus(const QStringList & nicks, bool isRegistered); |
|
153 |
149 |
154 public slots: |
150 public slots: |
155 void ToggleReady(); |
151 void ToggleReady(); |
156 void chatLineToNet(const QString& str); |
152 void chatLineToNet(const QString& str); |
157 void chatLineToLobby(const QString& str); |
153 void chatLineToLobby(const QString& str); |