diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-12 00:42:46 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-12 00:42:46 +0200 |
commit | 348104dd920480815504c28eaf12e193fd3e9ce9 (patch) | |
tree | ee2766908b00a36797204c0747300fc6f787ca37 /client/SslClient.h | |
parent | d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b (diff) |
Read all configs from server, everywhere. Docs. Code to represent server reconnection problem
Diffstat (limited to 'client/SslClient.h')
-rw-r--r-- | client/SslClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/SslClient.h b/client/SslClient.h index 4c91da3..ecf4edd 100644 --- a/client/SslClient.h +++ b/client/SslClient.h @@ -86,6 +86,7 @@ signals: /** * @brief This ssignal is emited when data request can't be completed + * @todo emit this signal on all SSL errors too */ void ConnectionError(); private slots: |