Get the proxy userid
| 1120 | |
| 1121 | // Get the proxy userid |
| 1122 | void Global::setProxyEnabled(bool value) { |
| 1123 | settings->beginGroup("Proxy"); |
| 1124 | settings->setValue("enabled", value); |
| 1125 | settings->endGroup(); |
| 1126 | } |
| 1127 | |
| 1128 | // Get the proxy userid |
| 1129 | bool Global::isProxyEnabled() { |