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

Method addComicsToFavorites

YACReaderLibrary/db/comic_model.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253void ComicModel::addComicsToFavorites(const QList<qulonglong> &comicIds)
1254{
1255 addComicsToFavorites(getIndexesFromIds(comicIds));
1256}
1257
1258void ComicModel::addComicsToFavorites(const QList<QModelIndex> &comicsList)
1259{

Callers 2

addToFavoritesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected