| 91 | } |
| 92 | |
| 93 | void RomSelection::prevPage() { |
| 94 | ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() - 1); |
| 95 | } |
| 96 | |
| 97 | void RomSelection::openROMSegments() { |
| 98 | QFileDialog dialog(this); |
nothing calls this directly
no outgoing calls
no test coverage detected