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

Method loadPreviousPage

YACReaderLibrary/comic_vine/select_comic.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void SelectComic::loadPreviousPage()
94{
95 emit loadPage(currentVolumeId, paginator->getCurrentPage() - 1);
96}
97
98SelectComic::~SelectComic() { }
99

Callers

nothing calls this directly

Calls 1

getCurrentPageMethod · 0.45

Tested by

no test coverage detected