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

Method EngineConfig

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

Source from the content-addressed store, hash-verified

24
25 public:
26 EngineConfig(const QString& nick = "", const QString& password = "")
27 : nick_(nick), password_(password) {}
28
29 static EngineConfig empty;
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected