| 1586 | } |
| 1587 | |
| 1588 | void MainWindowViewer::openLeftComic() |
| 1589 | { |
| 1590 | if (viewer->getIsMangaMode()) { |
| 1591 | openNextComic(); |
| 1592 | } else { |
| 1593 | openPreviousComic(); |
| 1594 | } |
| 1595 | } |
| 1596 | |
| 1597 | void MainWindowViewer::openRightComic() |
| 1598 | { |
nothing calls this directly
no test coverage detected