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

Method nextPage

gui/qt/romselection.cpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void RomSelection::nextPage() {
90 ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() + 1);
91}
92
93void RomSelection::prevPage() {
94 ui->stackedWidget->setCurrentIndex(ui->stackedWidget->currentIndex() - 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected