save the port for the proxy server
| 1066 | |
| 1067 | // save the port for the proxy server |
| 1068 | void Global::setProxyPort(int port) { |
| 1069 | settings->beginGroup("Proxy"); |
| 1070 | settings->setValue("port", port); |
| 1071 | settings->endGroup(); |
| 1072 | } |
| 1073 | |
| 1074 | // Save the proxy password |
| 1075 | void Global::setProxyPassword(QString password) { |