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

Method setNick

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

Source from the content-addressed store, hash-verified

32 QString password() const { return password_; }
33
34 const EngineConfig setNick(const QString& nick) const {
35 return EngineConfig(nick, password_);
36 }
37 const EngineConfig setPassword(const QString& password) const {
38 return EngineConfig(nick_, password);
39 }

Callers 3

acceptMethod · 0.80
acceptMethod · 0.80
acceptMethod · 0.80

Calls 1

EngineConfigClass · 0.85

Tested by

no test coverage detected