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

Method configReader

libqnapi/src/libqnapi.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45QSharedPointer<const ConfigReader> LibQNapi::configReader() {
46 return QSharedPointer<const ConfigReader>(new ConfigReader(
47 appExecutableDir, staticConfig(), subtitleDownloadEngineRegistry()));
48}
49
50QSharedPointer<const ConfigWriter> LibQNapi::configWriter() {
51 QString ver = version();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected