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

Method ConfigReader

libqnapi/src/config/configreader.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "subtitlelanguage.h"
22
23ConfigReader::ConfigReader(
24 const QString& appExecutableDir,
25 const QSharedPointer<const StaticConfig>& staticConfig,
26 const QSharedPointer<const SubtitleDownloadEnginesRegistry> enginesRegistry)
27 : appExecutableDir(appExecutableDir),
28 staticConfig(staticConfig),
29 enginesRegistry(enginesRegistry) {}
30
31const QNapiConfig ConfigReader::readUserConfig() const {
32 return readConfig(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected