| 29 | enginesRegistry(enginesRegistry) {} |
| 30 | |
| 31 | const QNapiConfig ConfigReader::readUserConfig() const { |
| 32 | return readConfig( |
| 33 | QSettings(QSettings::IniFormat, QSettings::UserScope, "qnapi")); |
| 34 | } |
| 35 | |
| 36 | const QNapiConfig ConfigReader::readPortableConfig( |
| 37 | const QString& configFilePath) const { |