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

Method setBookmark

common/comic.cpp:215–222  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

213}
214//-----------------------------------------------------------------------------
215void Comic::setBookmark()
216{
217 QImage p;
218 p.loadFromData(_pages[_index]);
219 bm->setBookmark(_index, p);
220 // emit bookmarksLoaded(*bm);
221 emit bookmarksUpdated();
222}
223//-----------------------------------------------------------------------------
224void Comic::removeBookmark()
225{

Callers 1

updateBookmarkImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected