MCPcopy Create free account
hub / github.com/QNapi/qnapi / password

Method password

libqnapi/src/config/engineconfig.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 QString nick() const { return nick_; }
32 QString password() const { return password_; }
33
34 const EngineConfig setNick(const QString& nick) const {
35 return EngineConfig(nick, password_);

Callers 8

loginMethod · 0.80
getCredentialsMethod · 0.80
writeEngineConfigMethod · 0.80
foreachFunction · 0.80
frmNapiProjektConfigMethod · 0.80
frmNapisy24ConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected