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

Method loadComic

YACReader/render.cpp:745–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743 pagesReady.clear();
744}
745void Render::loadComic(const QString &path, const ComicDB &comicDB)
746{
747 comic->load(path, comicDB);
748}
749void Render::loadComic(const QString &path, int atPage)
750{
751 comic->load(path, atPage);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected