QTfrontend/hwform.cpp
changeset 665 5c7bfc8bac6a
parent 664 f0af2401f981
child 666 07fa9a74a074
--- a/QTfrontend/hwform.cpp	Sat Dec 15 18:58:55 2007 +0000
+++ b/QTfrontend/hwform.cpp	Sat Dec 15 19:40:50 2007 +0000
@@ -197,7 +197,6 @@
 void HWForm::GoToNet()
 {
 	ui.pageNet->updateServersList();
-	connect(ui.pageNet->netServersWidget->serversList,	SIGNAL(doubleClicked (const QModelIndex &)),	this, SLOT(NetConnectServer()));
 
 	GoToPage(ID_PAGE_NET);
 }