| 34 | } |
| 35 | |
| 36 | void 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 | |
| 45 | void CustomBuildSystemKCModule::defaults() |
| 46 | { |
nothing calls this directly
no test coverage detected