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

Method loadNextPage

YACReaderLibrary/comic_vine/select_volume.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void SelectVolume::loadNextPage()
121{
122 emit loadPage({ currentSearchQuery.volume, paginator->getCurrentPage() + 1, currentSearchQuery.exactMatch });
123}
124
125void SelectVolume::loadPreviousPage()
126{

Callers

nothing calls this directly

Calls 1

getCurrentPageMethod · 0.45

Tested by

no test coverage detected