QTfrontend/hwform.cpp
changeset 6907 a2f9a9a62dc5
parent 6793 d62f25f5d6ce
child 6910 ea058558c68b
equal deleted inserted replaced
6906:6f5e1e64f106 6907:a2f9a9a62dc5
  1178         delete netHost;
  1178         delete netHost;
  1179         netHost = new QString(hpd->leHost->text());
  1179         netHost = new QString(hpd->leHost->text());
  1180         netPort = hpd->sbPort->value();
  1180         netPort = hpd->sbPort->value();
  1181         NetConnectServer(*netHost, netPort);
  1181         NetConnectServer(*netHost, netPort);
  1182     }
  1182     }
       
  1183     delete hpd;
  1183 }
  1184 }
  1184 
  1185 
  1185 void HWForm::NetStartServer()
  1186 void HWForm::NetStartServer()
  1186 {
  1187 {
  1187     config->SaveOptions();
  1188     config->SaveOptions();