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

Method toString

libqnapi/src/config/engineconfig.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18EngineConfig EngineConfig::empty = EngineConfig();
19
20QString EngineConfig::toString() const {
21 QString s;
22 QTextStream(&s) << "nick: " << nick() << endl
23 << "password: " << password() << endl;
24 return s;
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected