| 1595 | } |
| 1596 | |
| 1597 | void MainWindowViewer::openRightComic() |
| 1598 | { |
| 1599 | if (viewer->getIsMangaMode()) { |
| 1600 | openPreviousComic(); |
| 1601 | } else { |
| 1602 | openNextComic(); |
| 1603 | } |
| 1604 | } |
| 1605 | |
| 1606 | void MainWindowViewer::getSiblingComics(QString path, QString currentComic) |
| 1607 | { |
nothing calls this directly
no test coverage detected