equal
deleted
inserted
replaced
120 |
120 |
121 public slots: |
121 public slots: |
122 void ToggleReady(); |
122 void ToggleReady(); |
123 void chatLineToNet(const QString& str); |
123 void chatLineToNet(const QString& str); |
124 void chatLineToLobby(const QString& str); |
124 void chatLineToLobby(const QString& str); |
|
125 void SendTeamMessage(const QString& str); |
125 void SendNet(const QByteArray & buf); |
126 void SendNet(const QByteArray & buf); |
126 void AddTeam(const HWTeam & team); |
127 void AddTeam(const HWTeam & team); |
127 void RemoveTeam(const HWTeam& team); |
128 void RemoveTeam(const HWTeam& team); |
128 void onHedgehogsNumChanged(const HWTeam& team); |
129 void onHedgehogsNumChanged(const HWTeam& team); |
129 void onTeamColorChanged(const HWTeam& team); |
130 void onTeamColorChanged(const HWTeam& team); |