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

Method getCurrentPath

YACReaderLibrary/db/comic_model.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 QStringList getPaths(const QString &_source);
114 QString getComicPath(QModelIndex mi);
115 QString getCurrentPath() { return QString(_databasePath).remove("/.yacreaderlibrary"); }
116 ComicDB getComic(const QModelIndex &mi); //--> para la edición
117 // ComicDB getComic(int row);
118 QVector<YACReaderComicReadStatus> getReadList();

Callers 1

setModelMethod · 0.80

Calls 2

QStringClass · 0.50
removeMethod · 0.45

Tested by

no test coverage detected