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

Method setLastPage

common/bookmarks.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 list.load();
17}
18void Bookmarks::setLastPage(int index, const QImage &page)
19{
20 lastPageIndex = index;
21 lastPage = page;
22}
23void Bookmarks::setBookmark(int index, const QImage &page)
24{
25 if (!bookmarks.contains(index)) {

Callers 2

saveBookmarksMethod · 0.80
updateBookmarkImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected