| 87 | } |
| 88 | |
| 89 | void RomSelection::nextPage() { |
| 90 | ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() + 1); |
| 91 | } |
| 92 | |
| 93 | void RomSelection::prevPage() { |
| 94 | ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() - 1); |
nothing calls this directly
no outgoing calls
no test coverage detected