mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Added support for knowing if a comic is in favorites or not.
This commit is contained in:
@ -76,6 +76,8 @@ public:
|
||||
static ComicDB loadComic(QString cname, QString cpath, QString chash, QSqlDatabase & database);
|
||||
static ComicInfo loadComicInfo(QString hash, QSqlDatabase & db);
|
||||
static QList<QString> loadSubfoldersNames(qulonglong folderId, QSqlDatabase & db);
|
||||
//queries
|
||||
static bool isFavoriteComic(qulonglong id, QSqlDatabase & db);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user