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

Method getProxyPassword

global.cpp:1106–1111  ·  view source on GitHub ↗

Get the proxy password

Source from the content-addressed store, hash-verified

1104
1105// Get the proxy password
1106QString Global::getProxyPassword() {
1107 settings->beginGroup("Proxy");
1108 QString value = settings->value("password", "").toString();
1109 settings->endGroup();
1110 return value;
1111}
1112
1113// Get the proxy userid
1114QString Global::getProxyUserid() {

Callers 2

mainFunction · 0.80
SyncPreferencesMethod · 0.80

Calls 2

valueMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected