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

Method Bookmarks

common/bookmarks.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <utility>
12
13Bookmarks::Bookmarks()
14 : lastPageIndex(0)
15{
16 list.load();
17}
18void Bookmarks::setLastPage(int index, const QImage &page)
19{
20 lastPageIndex = index;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected