Make YACReader send info for the next comic.

Now we can set the next comic as reading.
This commit is contained in:
Luis Ángel San Martín
2018-05-20 17:43:28 +02:00
parent 50c9238376
commit 5c876e6785
5 changed files with 128 additions and 42 deletions

View File

@ -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;