MCPcopy Create free account
hub / github.com/MITK/MITK / ApplyPreferencesPatchesFromCLI

Function ApplyPreferencesPatchesFromCLI

Modules/AppUtil/src/mitkBaseApplication.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
194namespace mitk

Callers 1

initializeMethod · 0.85

Calls 2

FlushMethod · 0.45

Tested by

no test coverage detected