| 183 | } |
| 184 | |
| 185 | void ApplyPreferencesPatchesFromCLI(const QStringList& patches, mitk::IPreferences* rootPrefs) |
| 186 | { |
| 187 | for (const auto& patch : patches) |
| 188 | mitk::ApplyPreferencesPatches(ResolvePreferencesXMLFromCLIArg(patch, "patch"), rootPrefs); |
| 189 | |
| 190 | rootPrefs->Flush(); |
| 191 | } |
| 192 | } |
| 193 | |
| 194 | namespace mitk |
no test coverage detected