diff options
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(); |