mirror of
https://github.com/YACReader/yacreader
synced 2026-01-06 16:23:04 -05:00
Make YACReader send info for the next comic.
Now we can set the next comic as reading.
This commit is contained in:
@ -18,6 +18,8 @@ public slots:
|
||||
void readMessage();
|
||||
bool requestComicInfo(quint64 libraryId, ComicDB & comic,QList<ComicDB> & siblings);
|
||||
bool sendComicInfo(quint64 libraryId, ComicDB & comic);
|
||||
bool sendComicInfo(quint64 libraryId, ComicDB & comic, qulonglong nextComicId);
|
||||
|
||||
|
||||
private:
|
||||
QLocalSocket * localSocket;
|
||||
|
||||
Reference in New Issue
Block a user