| 73 | } |
| 74 | |
| 75 | QString LibQNapi::portableConfigPath() { |
| 76 | return appExecutableDir + QDir::separator() + "qnapi.ini"; |
| 77 | } |
| 78 | |
| 79 | QString LibQNapi::uiLanguage(const GeneralConfig& generalConfig) { |
| 80 | if (generalConfig.uiLanguage().isEmpty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected