| 412 | } |
| 413 | |
| 414 | void BuildManager::slotResetBuildUI() |
| 415 | { |
| 416 | d->compileOutputPane->clearContents(); |
| 417 | d->problemOutputPane->clearContents(); |
| 418 | |
| 419 | uiController.switchContext(tr("&Build")); |
| 420 | } |
| 421 | |
| 422 | void BuildManager::showSettingDialog() |
| 423 | { |
nothing calls this directly
no test coverage detected