MCPcopy Create free account
hub / github.com/YACReader/yacreader / ~FileComic

Method ~FileComic

common/comic.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361FileComic::~FileComic()
362{
363 _pages.clear();
364 _loadedPages.clear();
365 _fileNames.clear();
366 _newOrder.clear();
367 _order.clear();
368}
369
370bool FileComic::load(const QString &path, int atPage)
371{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected