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

Method rowCount

YACReaderLibrary/comic_vine/model/volumes_model.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int VolumesModel::rowCount(const QModelIndex &parent) const
55{
56 Q_UNUSED(parent)
57 return _data.count();
58}
59
60int VolumesModel::columnCount(const QModelIndex &parent) const
61{

Callers 3

loadMethod · 0.45
setDataMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected