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

Method getComicPath

YACReaderLibrary/db/comic_model.cpp:795–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795QString ComicModel::getComicPath(QModelIndex mi)
796{
797 if (mi.isValid())
798 return _data.at(mi.row())->data(ComicModel::Path).toString();
799 return "";
800}
801
802QList<ComicItem *> ComicModel::createModelData(QSqlQuery &sqlquery) const
803{

Callers 1

Calls 4

toStringMethod · 0.80
isValidMethod · 0.45
dataMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected