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

Method apply

kdevplatform/shell/settings/projectpreferences.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void ProjectPreferences::apply()
31{
32 ConfigPage::apply();
33
34 Core::self()->projectControllerInternal()->loadSettings(false);
35}
36
37void ProjectPreferences::slotSettingsChanged()
38{

Callers

nothing calls this directly

Calls 3

applyFunction · 0.50
loadSettingsMethod · 0.45

Tested by

no test coverage detected