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

Method loadConfig

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

Source from the content-addressed store, hash-verified

48}
49
50void ConfigWidget::loadConfig(const CustomBuildSystemConfig& cfg)
51{
52 bool b = blockSignals( true );
53 clear();
54 ui->buildDir->setUrl( cfg.buildDir );
55 m_tools = cfg.tools;
56 blockSignals( b );
57 changeAction( ui->buildAction->currentIndex() );
58 m_tools = cfg.tools;
59}
60
61void ConfigWidget::setTool(const CustomBuildSystemTool& tool)
62{

Callers 1

changeCurrentConfigMethod · 0.45

Calls 3

clearFunction · 0.50
setUrlMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected