| 1020 | } |
| 1021 | |
| 1022 | void MainWindow::switchToTab1() { |
| 1023 | ui->tabWidget->setCurrentIndex(0); |
| 1024 | } |
| 1025 | |
| 1026 | void MainWindow::switchToTab2() { |
| 1027 | ui->tabWidget->setCurrentIndex(1); |
nothing calls this directly
no outgoing calls
no test coverage detected