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

Method config

plugins/custom-buildsystem/configwidget.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42CustomBuildSystemConfig ConfigWidget::config() const
43{
44 CustomBuildSystemConfig c;
45 c.buildDir = ui->buildDir->url();
46 c.tools = m_tools;
47 return c;
48}
49
50void ConfigWidget::loadConfig(const CustomBuildSystemConfig& cfg)
51{

Callers 9

configChangedMethod · 0.45
resetMethod · 0.45
applyMethod · 0.45
assistantsSettingsMethod · 0.45
SessionConfigSkeletonMethod · 0.45
resetMethod · 0.45
applyMethod · 0.45
createTestJobFunction · 0.45

Calls 1

urlMethod · 0.45

Tested by 1

createTestJobFunction · 0.36