Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
Bookmarks::Bookmarks()
14
: lastPageIndex(0)
15
{
16
list.load();
17
}
18
void Bookmarks::setLastPage(int index, const QImage &page)
19
{
20
lastPageIndex = index;
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected