mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
server/client local ipc working fine
This commit is contained in:
@ -18,7 +18,7 @@ public slots:
|
||||
bool isListening();
|
||||
void sendResponse();
|
||||
static bool isRunning();
|
||||
void getComicInfo(quint64 libraryId, ComicDB & comic);
|
||||
void getComicInfo(quint64 libraryId, ComicDB & comic, QList<ComicDB> & sibling);
|
||||
private:
|
||||
QLocalServer * localServer;
|
||||
|
||||
|
Reference in New Issue
Block a user