MCPcopy Create free account
hub / github.com/KDE/kdevelop / apply

Method apply

kdevplatform/shell/settings/uipreferences.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void UiPreferences::apply()
33{
34 KDevelop::ConfigPage::apply();
35
36 UiController *uiController = Core::self()->uiControllerInternal();
37 const auto windows = uiController->mainWindows();
38 for (Sublime::MainWindow* window : windows) {
39 window->loadUiPreferences();
40 }
41 uiController->loadSettings();
42}
43
44QString UiPreferences::name() const
45{

Callers

nothing calls this directly

Calls 5

uiControllerInternalMethod · 0.80
mainWindowsMethod · 0.80
applyFunction · 0.50
loadUiPreferencesMethod · 0.45
loadSettingsMethod · 0.45

Tested by

no test coverage detected