Fix issue 570 (GoBack() slot connected twice)
authorunc0rr
Tue, 21 May 2013 23:54:28 +0400
changeset 9033 b0ed8608303f
parent 9032 2345f5f96a29
child 9034 279168729cc3
Fix issue #570 (GoBack() slot connected twice)
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Tue May 21 23:48:00 2013 +0400
+++ b/QTfrontend/hwform.cpp	Tue May 21 23:54:28 2013 +0400
@@ -319,8 +319,6 @@
     connect(ui.pageMain->BtnNetLocal, SIGNAL(clicked()), this, SLOT(GoToNet()));
     connect(ui.pageMain->BtnNetOfficial, SIGNAL(clicked()), this, SLOT(NetConnectOfficialServer()));
 
-    connect(ui.pageConnecting, SIGNAL(cancelConnection()), this, SLOT(GoBack()));
-
     connect(ui.pageVideos, SIGNAL(goBack()), config, SLOT(SaveVideosOptions()));
 
     ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/schemes.ini");