From d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Fri, 11 Nov 2011 00:42:50 +0200 Subject: Self-updated config. Various fixes and improvements. TODO: test client/server communication --- client/SslClient.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/SslClient.h') 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(); -- cgit v1.2.3