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

Method staticConfig

libqnapi/src/libqnapi.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39QString LibQNapi::webpageUrl() { return QString(QNAPI_URL); }
40
41QSharedPointer<const StaticConfig> LibQNapi::staticConfig() {
42 return QSharedPointer<const StaticConfig>(new StaticConfig);
43}
44
45QSharedPointer<const ConfigReader> LibQNapi::configReader() {
46 return QSharedPointer<const ConfigReader>(new ConfigReader(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected