equal
deleted
inserted
replaced
96 void fortsModeChanged(bool value); |
96 void fortsModeChanged(bool value); |
97 |
97 |
98 public slots: |
98 public slots: |
99 void SendNet(const QByteArray & buf); |
99 void SendNet(const QByteArray & buf); |
100 void AddTeam(const HWTeam & team); |
100 void AddTeam(const HWTeam & team); |
|
101 void RemoveTeam(const HWTeam& team); |
101 void onSeedChanged(const QString & seed); |
102 void onSeedChanged(const QString & seed); |
102 void onMapChanged(const QString & map); |
103 void onMapChanged(const QString & map); |
103 void onThemeChanged(const QString & theme); |
104 void onThemeChanged(const QString & theme); |
104 void onInitHealthChanged(quint32 health); |
105 void onInitHealthChanged(quint32 health); |
105 void onTurnTimeChanged(quint32 time); |
106 void onTurnTimeChanged(quint32 time); |