| 1024 | } |
| 1025 | |
| 1026 | void MainWindow::switchToTab2() { |
| 1027 | ui->tabWidget->setCurrentIndex(1); |
| 1028 | } |
| 1029 | |
| 1030 | void MainWindow::switchToTab3() { |
| 1031 | ui->tabWidget->setCurrentIndex(2); |
nothing calls this directly
no outgoing calls
no test coverage detected