changeset 1560 | e140bc57ff68 |
parent 1559 | 71e1f67dcfe7 |
child 1566 | 6b63c75fdc68 |
1559:71e1f67dcfe7 | 1560:e140bc57ff68 |
---|---|
187 } |
187 } |
188 } |
188 } |
189 |
189 |
190 void HWNewNet::ParseCmd(const QStringList & lst) |
190 void HWNewNet::ParseCmd(const QStringList & lst) |
191 { |
191 { |
192 qDebug() << "Server: " << lst; |
192 // qDebug() << "Server: " << lst; |
193 |
193 |
194 if(!lst.size()) |
194 if(!lst.size()) |
195 { |
195 { |
196 qWarning("Net client: Bad message"); |
196 qWarning("Net client: Bad message"); |
197 return; |
197 return; |