mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix some warnings
This commit is contained in:
@ -40,7 +40,7 @@ signals:
|
||||
private:
|
||||
static QMutex dbMutex;
|
||||
// static int count;
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
void getComicInfo(quint64 libraryId, ComicDB &comic, QList<ComicDB> &siblings);
|
||||
void getComicInfoFromReadingList(quint64 libraryId, unsigned long long readingListId, ComicDB &comic, QList<ComicDB> &siblings);
|
||||
|
Reference in New Issue
Block a user