changeset 453 | 4b1236759402 |
parent 448 | e968e19a464c |
child 465 | 07eca0a2546c |
--- a/QTfrontend/newnetclient.h Sun Feb 18 15:28:47 2007 +0000 +++ b/QTfrontend/newnetclient.h Sun Feb 18 16:57:43 2007 +0000 @@ -100,8 +100,10 @@ void fortsModeChanged(bool value); void hhnumChanged(const HWTeam&); void teamColorChanged(const HWTeam&); + void chatStringFromNet(const QStringList&); public slots: + void chatLineToNet(const QString& str); void SendNet(const QByteArray & buf); void AddTeam(const HWTeam & team); void RemoveTeam(const HWTeam& team);