equal
deleted
inserted
replaced
98 void initHealthChanged(quint32 health); |
98 void initHealthChanged(quint32 health); |
99 void turnTimeChanged(quint32 time); |
99 void turnTimeChanged(quint32 time); |
100 void fortsModeChanged(bool value); |
100 void fortsModeChanged(bool value); |
101 void hhnumChanged(const HWTeam&); |
101 void hhnumChanged(const HWTeam&); |
102 void teamColorChanged(const HWTeam&); |
102 void teamColorChanged(const HWTeam&); |
|
103 void chatStringFromNet(const QStringList&); |
103 |
104 |
104 public slots: |
105 public slots: |
|
106 void chatLineToNet(const QString& str); |
105 void SendNet(const QByteArray & buf); |
107 void SendNet(const QByteArray & buf); |
106 void AddTeam(const HWTeam & team); |
108 void AddTeam(const HWTeam & team); |
107 void RemoveTeam(const HWTeam& team); |
109 void RemoveTeam(const HWTeam& team); |
108 void onSeedChanged(const QString & seed); |
110 void onSeedChanged(const QString & seed); |
109 void onMapChanged(const QString & map); |
111 void onMapChanged(const QString & map); |