fixed local client/server communication (close client socket)

This commit is contained in:
Luis Ángel San Martín
2013-09-01 21:35:27 +02:00
parent f67a7c25ac
commit 404c551d29
5 changed files with 51 additions and 13 deletions

View File

@ -11,7 +11,7 @@ class YACReaderLocalClient : public QObject
Q_OBJECT
public:
explicit YACReaderLocalClient(QObject *parent = 0);
~YACReaderLocalClient();
signals:
void finished();
public slots: