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

Method clear

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

Source from the content-addressed store, hash-verified

125}
126
127void ConfigWidget::clear()
128{
129 ui->buildAction->setCurrentIndex( int( CustomBuildSystemTool::Build ) );
130 changeAction( ui->buildAction->currentIndex() );
131 ui->buildDir->setText({});
132}
133
134template<typename F>
135void ConfigWidget::applyChange(F toolChanger)

Callers 4

loadFromMethod · 0.45
changeCurrentConfigMethod · 0.45
clearCacheMethod · 0.45
resolveIncludePathMethod · 0.45

Calls 3

setCurrentIndexMethod · 0.80
currentIndexMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected