mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
New method for getting the comics being read, plus added the read state to comics loaded for being served.
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
static QString getLibraryName(int id);
|
||||
static QList<ComicDB> getLabelComics(qulonglong libraryId, qulonglong labelId);
|
||||
static QList<ComicDB> getFavorites(qulonglong libraryId);
|
||||
static QList<ComicDB> getReading(qulonglong libraryId);
|
||||
|
||||
//objects management
|
||||
//deletes
|
||||
|
Reference in New Issue
Block a user