diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 01:14:22 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-20 01:14:22 +0200 |
commit | 17bde4246c7e3f25c566f15e1ed218cf646a0f93 (patch) | |
tree | e9a879bf36c55b51079be7413dcd78c04e9e837b /client/UpdatedConfig.h | |
parent | 3b45f27f389976718efaccdf71878e5455303da2 (diff) |
FIX click event handling on bottom buttons
Diffstat (limited to 'client/UpdatedConfig.h')
-rw-r--r-- | client/UpdatedConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/UpdatedConfig.h b/client/UpdatedConfig.h index bc58ca5..5470d4d 100644 --- a/client/UpdatedConfig.h +++ b/client/UpdatedConfig.h @@ -49,7 +49,7 @@ private: SslClient *client; /** - * @brief timer that is responsible on config updates + * @brief timer that is responsible on config updates and reconnection retries */ QTimer *configUpdateTimer; |