Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getPublisher
Method
getPublisher
YACReaderLibrary/comic_vine/model/volumes_model.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
QString VolumesModel::getPublisher(const QModelIndex &index) const
160
{
161
return _data[index.row()][PUBLISHER];
162
}
163
164
QString VolumesModel::getCoverURL(const QModelIndex &index) const
165
{
Callers
1
getSelectedVolumeInfo
Method · 0.80
Calls
1
row
Method · 0.45
Tested by
no test coverage detected