MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / prevPage

Method prevPage

gui/qt/romselection.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void RomSelection::prevPage() {
94 ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() - 1);
95}
96
97void RomSelection::openROMSegments() {
98 QFileDialog dialog(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected