mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
server/client local ipc working fine
This commit is contained in:
@ -16,7 +16,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
void readMessage();
|
||||
bool requestComicInfo(quint64 libraryId, ComicDB & comic);
|
||||
bool requestComicInfo(quint64 libraryId, ComicDB & comic,QList<ComicDB> & siblings);
|
||||
bool sendComicInfo(quint64 libraryId, ComicDB & comic);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user