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

Method getCover

common/comic_db.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428QPixmap ComicInfo::getCover(const QString &basePath)
429{
430 return QPixmap(YACReader::LibraryPaths::coverPath(basePath, hash));
431}
432
433QStringList ComicInfo::getWriters()
434{

Callers 1

setComicMethod · 0.45

Calls 1

QPixmapClass · 0.85

Tested by

no test coverage detected