save the proxy address
| 1058 | |
| 1059 | // save the proxy address |
| 1060 | void Global::setProxyHost(QString proxy) { |
| 1061 | settings->beginGroup("Proxy"); |
| 1062 | settings->setValue("hostName", proxy); |
| 1063 | settings->endGroup(); |
| 1064 | } |
| 1065 | |
| 1066 | |
| 1067 | // save the port for the proxy server |