We need this to fix hedgehog numbers desync (workarounded in previous revision)
authorunc0rr
Thu, 21 Feb 2013 01:35:14 +0400
changeset 8529 124b49fa408b
parent 8527 bf671ddf467c
child 8531 5e7f01d78ab0
child 8532 4df3ce106fe0
We need this to fix hedgehog numbers desync (workarounded in previous revision)
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Thu Feb 21 01:27:21 2013 +0400
+++ b/QTfrontend/hwform.cpp	Thu Feb 21 01:35:14 2013 +0400
@@ -1202,7 +1202,7 @@
     connect(hwnet, SIGNAL(LeftRoom(const QString&)), this, SLOT(NetLeftRoom(const QString&)), Qt::QueuedConnection);
     connect(hwnet, SIGNAL(AddNetTeam(const HWTeam&)), this, SLOT(AddNetTeam(const HWTeam&)), Qt::QueuedConnection);
     connect(hwnet, SIGNAL(RemoveNetTeam(const HWTeam&)), this, SLOT(RemoveNetTeam(const HWTeam&)), Qt::QueuedConnection);
-    connect(hwnet, SIGNAL(TeamAccepted(const QString&)), this, SLOT(NetTeamAccepted(const QString&)), Qt::QueuedConnection);
+    connect(hwnet, SIGNAL(TeamAccepted(const QString&)), this, SLOT(NetTeamAccepted(const QString&)));
     connect(hwnet, SIGNAL(NickRegistered(const QString&)), this, SLOT(NetNickRegistered(const QString&)), Qt::QueuedConnection);
     connect(hwnet, SIGNAL(NickNotRegistered(const QString&)), this, SLOT(NetNickNotRegistered(const QString&)), Qt::QueuedConnection);
     connect(hwnet, SIGNAL(NickTaken(const QString&)), this, SLOT(NetNickTaken(const QString&)), Qt::QueuedConnection);