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

Method configWriter

libqnapi/src/libqnapi.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50QSharedPointer<const ConfigWriter> LibQNapi::configWriter() {
51 QString ver = version();
52 return QSharedPointer<const ConfigWriter>(new ConfigWriter(ver));
53}
54
55const QNapiConfig LibQNapi::loadConfig() {
56 if (LibQNapi::isPortableMode())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected