connect to removed signal fixed (console warning)
authordisplacer
Fri, 23 Feb 2007 09:31:28 +0000
changeset 481 44ceded179a4
parent 480 09434d6c3865
child 482 61c617f1bec7
connect to removed signal fixed (console warning)
QTfrontend/hwform.cpp
QTfrontend/newnetclient.h
--- a/QTfrontend/hwform.cpp	Wed Feb 21 23:16:54 2007 +0000
+++ b/QTfrontend/hwform.cpp	Fri Feb 23 09:31:28 2007 +0000
@@ -254,7 +254,6 @@
 	ui.pageNetGame->pChatWidget->clear();
 	hwnet = new HWNewNet(config, ui.pageNetGame->pGameCFG, ui.pageNetGame->pNetTeamsWidget);
 	connect(hwnet, SIGNAL(GameStateChanged(GameState)), this, SLOT(NetGameStateChanged(GameState)));
-	connect(hwnet, SIGNAL(AddGame(const QString &)), this, SLOT(AddGame(const QString &)));
 	connect(hwnet, SIGNAL(EnteredGame()), this, SLOT(NetGameEnter()));
 	connect(hwnet, SIGNAL(AddNetTeam(const HWTeam&)), this, SLOT(AddNetTeam(const HWTeam&)));
 
--- a/QTfrontend/newnetclient.h	Wed Feb 21 23:16:54 2007 +0000
+++ b/QTfrontend/newnetclient.h	Fri Feb 23 09:31:28 2007 +0000
@@ -86,7 +86,6 @@
  signals:
   void Connected();
   void Disconnected();
-  void AddGame(const QString & chan);
   void EnteredGame();
   void nickAdded(const QString& nick);
   void nickRemoved(const QString& nick);