MCPcopy 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
159QString VolumesModel::getPublisher(const QModelIndex &index) const
160{
161 return _data[index.row()][PUBLISHER];
162}
163
164QString VolumesModel::getCoverURL(const QModelIndex &index) const
165{

Callers 1

getSelectedVolumeInfoMethod · 0.80

Calls 1

rowMethod · 0.45

Tested by

no test coverage detected