mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
fixed local client/server communication (close client socket)
This commit is contained in:
@ -11,7 +11,7 @@ class YACReaderLocalClient : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderLocalClient(QObject *parent = 0);
|
||||
|
||||
~YACReaderLocalClient();
|
||||
signals:
|
||||
void finished();
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user