equal
deleted
inserted
replaced
84 QStringList cmdbuf; |
84 QStringList cmdbuf; |
85 |
85 |
86 void RawSendNet(const QString & buf); |
86 void RawSendNet(const QString & buf); |
87 void RawSendNet(const QByteArray & buf); |
87 void RawSendNet(const QByteArray & buf); |
88 void ParseCmd(const QStringList & lst); |
88 void ParseCmd(const QStringList & lst); |
|
89 void handleNotice(int n); |
89 |
90 |
90 int loginStep; |
91 int loginStep; |
91 int netClientState; |
92 int netClientState; |
92 |
93 |
93 signals: |
94 signals: |
159 |
160 |
160 private slots: |
161 private slots: |
161 void ClientRead(); |
162 void ClientRead(); |
162 void OnConnect(); |
163 void OnConnect(); |
163 void OnDisconnect(); |
164 void OnDisconnect(); |
164 void displayError(QAbstractSocket::SocketError socketError); |
165 void displayError(QAbstractSocket::SocketError socketError); |
165 }; |
166 }; |
166 |
167 |
167 #endif // _NEW_NETCLIENT_INCLUDED |
168 #endif // _NEW_NETCLIENT_INCLUDED |