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

Method setPassword

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

Source from the content-addressed store, hash-verified

35 return EngineConfig(nick, password_);
36 }
37 const EngineConfig setPassword(const QString& password) const {
38 return EngineConfig(nick_, password);
39 }
40
41 QString toString() const;
42};

Callers 3

acceptMethod · 0.80
acceptMethod · 0.80
acceptMethod · 0.80

Calls 1

EngineConfigClass · 0.85

Tested by

no test coverage detected