equal
deleted
inserted
replaced
111 |
111 |
112 void roomsList(const QStringList&); |
112 void roomsList(const QStringList&); |
113 void serverMessage(const QString &); |
113 void serverMessage(const QString &); |
114 |
114 |
115 void setReadyStatus(const QString & nick, bool isReady); |
115 void setReadyStatus(const QString & nick, bool isReady); |
|
116 void showMessage(const QString &); |
116 |
117 |
117 public slots: |
118 public slots: |
118 void ToggleReady(); |
119 void ToggleReady(); |
119 void chatLineToNet(const QString& str); |
120 void chatLineToNet(const QString& str); |
120 void SendNet(const QByteArray & buf); |
121 void SendNet(const QByteArray & buf); |