MCPcopy 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
87void Bookmarks::clear()
88{
89 bookmarks.clear();
90 latestBookmarks.clear();
91 lastPageIndex = 0;
92 lastPage = QImage();
93}
94
95bool Bookmarks::load(const QList<int> &bookmarkIndexes, int lastPage)
96{

Callers 4

resetEnginesMethod · 0.45
imagePathFromMimeDataMethod · 0.45
~FileComicMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by 1

resetEnginesMethod · 0.36