mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 18:13:01 -05: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