mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Make YACReader send info for the next comic.
Now we can set the next comic as reading.
This commit is contained in:
@ -43,6 +43,8 @@ private:
|
||||
|
||||
void getComicInfo(quint64 libraryId, ComicDB & comic, QList<ComicDB> & sibling);
|
||||
void updateComic(quint64 libraryId, ComicDB & comic);
|
||||
void updateComic(quint64 libraryId, ComicDB & comic, qulonglong nextComicId);
|
||||
|
||||
|
||||
QLocalSocket *clientConnection;
|
||||
};
|
||||
|
Reference in New Issue
Block a user