Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ clear
Method
clear
common/bookmarks.cpp:87–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void Bookmarks::clear()
88
{
89
bookmarks.clear();
90
latestBookmarks.clear();
91
lastPageIndex = 0;
92
lastPage = QImage();
93
}
94
95
bool Bookmarks::load(const QList<int> &bookmarkIndexes, int lastPage)
96
{
Callers
4
resetEngines
Method · 0.45
imagePathFromMimeData
Method · 0.45
~FileComic
Method · 0.45
process
Method · 0.45
Calls
no outgoing calls
Tested by
1
resetEngines
Method · 0.36