--- a/QTfrontend/newnetclient.h Thu Oct 23 15:12:38 2008 +0000
+++ b/QTfrontend/newnetclient.h Fri Oct 24 12:57:06 2008 +0000
@@ -41,7 +41,6 @@
HWNewNet(GameUIConfig * config, GameCFGWidget* pGameCFGWidget, TeamSelWidget* pTeamSelWidget);
void Connect(const QString & hostName, quint16 port, const QString & nick);
void Disconnect();
- void Ready();
bool isRoomChief();
private:
@@ -113,6 +112,7 @@
void serverMessage(const QString &);
public slots:
+ void ToggleReady();
void chatLineToNet(const QString& str);
void SendNet(const QByteArray & buf);
void AddTeam(const HWTeam & team);