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