| 1556 | } |
| 1557 | |
| 1558 | void MainWindow::showPortability(bool checked) |
| 1559 | { |
| 1560 | mUI->mResults->showResults(ShowTypes::ShowPortability, checked); |
| 1561 | } |
| 1562 | |
| 1563 | void MainWindow::showPerformance(bool checked) |
| 1564 | { |
nothing calls this directly
no test coverage detected