equal
deleted
inserted
replaced
89 void teamChanged(); |
89 void teamChanged(); |
90 bool shouldStart(HWConnectedClient* client); |
90 bool shouldStart(HWConnectedClient* client); |
91 QString prepareConfig(QStringList lst); |
91 QString prepareConfig(QStringList lst); |
92 void resetStart(); |
92 void resetStart(); |
93 |
93 |
|
94 int hhnum; |
|
95 |
94 private: |
96 private: |
95 HWConnectedClient* getChiefClient() const; |
97 HWConnectedClient* getChiefClient() const; |
96 static const quint16 ds_port; |
98 static const quint16 ds_port; |
97 QTcpServer* IPCServer; |
99 QTcpServer* IPCServer; |
98 QList<HWConnectedClient*> connclients; |
100 QList<HWConnectedClient*> connclients; |