| 49 | } |
| 50 | |
| 51 | mitk::IPreferences* GetPreferences() |
| 52 | { |
| 53 | auto* preferencesService = mitk::CoreServices::GetPreferencesService(); |
| 54 | return preferencesService->GetSystemPreferences()->Node("org.mitk.views.segmentation"); |
| 55 | } |
| 56 | |
| 57 | // Strip credentials (a "user:pass@" userinfo) and any query/fragment from a URL |
| 58 | // so it can be safely shown in error messages and written to the log. The real |
no test coverage detected