diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-11 00:42:50 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-11 00:42:50 +0200 |
commit | d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b (patch) | |
tree | a01b1a8265601788d2e4b3003940bc2f33669755 /client/SslClient.h | |
parent | fe4520fc09dca52c158437f5621f5909d7d6974f (diff) |
Self-updated config. Various fixes and improvements. TODO: test client/server communication
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index d99fd47..4c91da3 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -83,6 +83,11 @@ signals: * @param type of request this reply corresponds to */ void ReplyRecieved(SslClient::RequestType &type, QByteArray &confdata); + + /** + * @brief This ssignal is emited when data request can't be completed + */ + void ConnectionError(); private slots: void Connected(); void Disconnected(); |