| 1028 | } |
| 1029 | |
| 1030 | void MainWindow::switchToTab3() { |
| 1031 | ui->tabWidget->setCurrentIndex(2); |
| 1032 | } |
| 1033 | |
| 1034 | void MainWindow::switchToTab4() { |
| 1035 | ui->tabWidget->setCurrentIndex(3); |
nothing calls this directly
no outgoing calls
no test coverage detected