Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
428
QPixmap ComicInfo::getCover(const QString &basePath)
429
{
430
return QPixmap(YACReader::LibraryPaths::coverPath(basePath, hash));
431
}
432
433
QStringList ComicInfo::getWriters()
434
{
Callers
1
setComic
Method · 0.45
Calls
1
QPixmap
Class · 0.85
Tested by
no test coverage detected