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

Function ApplyPreferencesOverridesFromCLI

Modules/AppUtil/src/mitkBaseApplication.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void ApplyPreferencesOverridesFromCLI(const QStringList& overrides, mitk::IPreferences* rootPrefs)
180 {
181 for (const auto& override : overrides)
182 mitk::ApplyPreferencesOverrides(ResolvePreferencesXMLFromCLIArg(override, "override"), rootPrefs);
183 }
184
185 void ApplyPreferencesPatchesFromCLI(const QStringList& patches, mitk::IPreferences* rootPrefs)
186 {

Callers 1

initializeMethod · 0.85

Calls 1

Tested by

no test coverage detected