equal
deleted
inserted
replaced
51 QList<QStringList> m_teamsCfg; // TeamName - hhs |
51 QList<QStringList> m_teamsCfg; // TeamName - hhs |
52 class ShouldDisconnectException {}; |
52 class ShouldDisconnectException {}; |
53 |
53 |
54 QString client_nick; |
54 QString client_nick; |
55 void ParseLine(const QByteArray & line); |
55 void ParseLine(const QByteArray & line); |
|
56 void removeTeam(const QString& tname); |
56 |
57 |
57 HWNetServer* m_hwserver; |
58 HWNetServer* m_hwserver; |
58 QTcpSocket* m_client; |
59 QTcpSocket* m_client; |
59 |
60 |
60 void RawSendNet(const QString & buf); |
61 void RawSendNet(const QString & buf); |