MCPcopy Create free account
hub / github.com/YACReader/yacreader / openRightComic

Method openRightComic

YACReader/main_window_viewer.cpp:1597–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595}
1596
1597void MainWindowViewer::openRightComic()
1598{
1599 if (viewer->getIsMangaMode()) {
1600 openPreviousComic();
1601 } else {
1602 openNextComic();
1603 }
1604}
1605
1606void MainWindowViewer::getSiblingComics(QString path, QString currentComic)
1607{

Callers

nothing calls this directly

Calls 1

getIsMangaModeMethod · 0.80

Tested by

no test coverage detected