| 1669 | } |
| 1670 | |
| 1671 | void ConfigMainWindow::goBack(void) |
| 1672 | { |
| 1673 | if (configList->rootEntry == &rootmenu) |
| 1674 | return; |
| 1675 | |
| 1676 | configList->setParentMenu(); |
| 1677 | } |
| 1678 | |
| 1679 | void ConfigMainWindow::showSingleView(void) |
| 1680 | { |
nothing calls this directly
no test coverage detected