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

Method apply

plugins/sourceformatter/config/projectconfigpage.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ProjectConfigPage::apply()
71{
72 auto config = configSkeleton()->sharedConfig()->group(Strings::SourceFormatter());
73 ui->formatterSelectionEdit->saveSettings(config);
74
75 ConfigPage::apply();
76
77 // TODO: fix exception of accessing internal API, find a better way to notify about settings change
78 KDevelop::Core::self()->sourceFormatterControllerInternal()->settingsChanged();
79}
80
81}
82

Callers

nothing calls this directly

Calls 5

SourceFormatterFunction · 0.85
applyFunction · 0.50
saveSettingsMethod · 0.45
settingsChangedMethod · 0.45

Tested by

no test coverage detected