| 1561 | } |
| 1562 | |
| 1563 | void MainWindow::showPerformance(bool checked) |
| 1564 | { |
| 1565 | mUI->mResults->showResults(ShowTypes::ShowPerformance, checked); |
| 1566 | } |
| 1567 | |
| 1568 | void MainWindow::showInformation(bool checked) |
| 1569 | { |
nothing calls this directly
no test coverage detected