| 1546 | } |
| 1547 | |
| 1548 | void MainWindow::showErrors(bool checked) |
| 1549 | { |
| 1550 | mUI->mResults->showResults(ShowTypes::ShowErrors, checked); |
| 1551 | } |
| 1552 | |
| 1553 | void MainWindow::showWarnings(bool checked) |
| 1554 | { |
nothing calls this directly
no test coverage detected