MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setProxyPort

Method setProxyPort

global.cpp:1068–1072  ·  view source on GitHub ↗

save the port for the proxy server

Source from the content-addressed store, hash-verified

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

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected