mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
some bugs fixed in local server/client communication
This commit is contained in:
@ -30,6 +30,7 @@ class YACReaderClientConnectionWorker : public QThread
|
||||
Q_OBJECT
|
||||
public:
|
||||
YACReaderClientConnectionWorker( QLocalSocket *clientConnection);
|
||||
~YACReaderClientConnectionWorker();
|
||||
signals:
|
||||
void comicUpdated(quint64 libraryId, const ComicDB & comic);
|
||||
private:
|
||||
|
Reference in New Issue
Block a user