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

Method getComics

YACReaderLibrary/db/comic_model.cpp:997–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997QList<ComicDB> ComicModel::getComics(QList<QModelIndex> list)
998{
999 QList<ComicDB> comics;
1000 for (auto itr = list.constBegin(); itr != list.constEnd(); itr++) {
1001 comics.append(_getComic(*itr));
1002 }
1003 return comics;
1004}
1005// TODO
1006QVector<YACReaderComicReadStatus> ComicModel::setComicsRead(QList<QModelIndex> list, YACReaderComicReadStatus read)
1007{

Callers 4

showPropertiesMethod · 0.45
showComicVineScraperMethod · 0.45
deleteComicsFromDiskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected