QTfrontend/hwform.cpp
changeset 665 5c7bfc8bac6a
parent 664 f0af2401f981
child 666 07fa9a74a074
equal deleted inserted replaced
664:f0af2401f981 665:5c7bfc8bac6a
   195 }
   195 }
   196 
   196 
   197 void HWForm::GoToNet()
   197 void HWForm::GoToNet()
   198 {
   198 {
   199 	ui.pageNet->updateServersList();
   199 	ui.pageNet->updateServersList();
   200 	connect(ui.pageNet->netServersWidget->serversList,	SIGNAL(doubleClicked (const QModelIndex &)),	this, SLOT(NetConnectServer()));
       
   201 
   200 
   202 	GoToPage(ID_PAGE_NET);
   201 	GoToPage(ID_PAGE_NET);
   203 }
   202 }
   204 
   203 
   205 void HWForm::GoToNetServer()
   204 void HWForm::GoToNetServer()