diff -r c310bab60b94 -r 55f939e2c19c QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Sat Jan 29 15:39:04 2011 +0300 +++ b/QTfrontend/newnetclient.h Sat Jan 29 17:40:49 2011 +0300 @@ -86,6 +86,7 @@ void RawSendNet(const QString & buf); void RawSendNet(const QByteArray & buf); void ParseCmd(const QStringList & lst); + void handleNotice(int n); int loginStep; int netClientState; @@ -161,7 +162,7 @@ void ClientRead(); void OnConnect(); void OnDisconnect(); - void displayError(QAbstractSocket::SocketError socketError); + void displayError(QAbstractSocket::SocketError socketError); }; #endif // _NEW_NETCLIENT_INCLUDED