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

Method setProxyHost

global.cpp:1060–1064  ·  view source on GitHub ↗

save the proxy address

Source from the content-addressed store, hash-verified

1058
1059// save the proxy address
1060void 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

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected