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

Method apply

plugins/custom-buildsystem/kcm_custombuildsystem.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void CustomBuildSystemKCModule::apply()
37{
38 configWidget->saveTo(CustomBuildSystemSettings::self()->config());
39 ProjectConfigPage::apply();
40 if (KDevelop::IProjectController::parseAllProjectSources()) {
41 KDevelop::ICore::self()->projectController()->reparseProject(project());
42 }
43}
44
45void CustomBuildSystemKCModule::defaults()
46{

Callers

nothing calls this directly

Calls 5

reparseProjectMethod · 0.80
projectControllerMethod · 0.80
applyFunction · 0.50
saveToMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected