| 21 | #include "subtitlelanguage.h" |
| 22 | |
| 23 | ConfigReader::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 | |
| 31 | const QNapiConfig ConfigReader::readUserConfig() const { |
| 32 | return readConfig( |
nothing calls this directly
no outgoing calls
no test coverage detected