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

Method setProxyPassword

global.cpp:1075–1079  ·  view source on GitHub ↗

Save the proxy password

Source from the content-addressed store, hash-verified

1073
1074// Save the proxy password
1075void Global::setProxyPassword(QString password) {
1076 settings->beginGroup("Proxy");
1077 settings->setValue("password", password);
1078 settings->endGroup();
1079}
1080
1081
1082// Save the proxy userid

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected