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

Method loadNextPage

YACReaderLibrary/comic_vine/select_comic.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void SelectComic::loadNextPage()
89{
90 emit loadPage(currentVolumeId, paginator->getCurrentPage() + 1);
91}
92
93void SelectComic::loadPreviousPage()
94{

Callers

nothing calls this directly

Calls 1

getCurrentPageMethod · 0.45

Tested by

no test coverage detected