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

Method apply

plugins/makebuilder/makebuilderpreferences.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void MakeBuilderPreferences::apply()
37{
38 MakeBuilderSettings::self()->setMakeExecutable(m_prefsUi->makeExecutable->text());
39 MakeBuilderSettings::self()->save(); // TODO: is this needed? KConfigDialogManager should end up calling it
40 ProjectConfigPage::apply();
41}
42
43void MakeBuilderPreferences::defaults()
44{

Callers

nothing calls this directly

Calls 3

applyFunction · 0.50
textMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected