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

Method apply

kdevplatform/shell/settings/pluginpreferences.cpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void PluginPreferences::apply()
77{
78 selector->save();
79 qCDebug(SHELL) << "Plugins before apply: " << Core::self()->pluginControllerInternal()->allPluginNames();
80 Core::self()->pluginControllerInternal()->updateLoadedPlugins();
81 qCDebug(SHELL) << "Plugins after apply: " << Core::self()->pluginControllerInternal()->allPluginNames();
82 selector->load(); // Some plugins may have failed to load, they must be unchecked.
83}
84
85void PluginPreferences::reset()
86{

Callers

nothing calls this directly

Calls 5

allPluginNamesMethod · 0.80
updateLoadedPluginsMethod · 0.80
saveMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected