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

Method checkIsBookmark

common/comic.cpp:239–242  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

237}
238//-----------------------------------------------------------------------------
239void Comic::checkIsBookmark(int index)
240{
241 emit isBookmark(bm->isBookmark(index));
242}
243//-----------------------------------------------------------------------------
244void Comic::updateBookmarkImage(int index)
245{

Callers

nothing calls this directly

Calls 1

isBookmarkMethod · 0.80

Tested by

no test coverage detected