| 1551 | } |
| 1552 | |
| 1553 | void MainWindow::showWarnings(bool checked) |
| 1554 | { |
| 1555 | mUI->mResults->showResults(ShowTypes::ShowWarnings, checked); |
| 1556 | } |
| 1557 | |
| 1558 | void MainWindow::showPortability(bool checked) |
| 1559 | { |
nothing calls this directly
no test coverage detected