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/Dialog.h | |
parent | d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b (diff) |
Read all configs from server, everywhere. Docs. Code to represent server reconnection problem
Diffstat (limited to 'client/Dialog.h')
-rw-r--r-- | client/Dialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/Dialog.h b/client/Dialog.h index d7d7b5e..e777cf9 100644 --- a/client/Dialog.h +++ b/client/Dialog.h @@ -12,10 +12,17 @@ class QLabel; class ProxyEntryGeneric; class ProxyEntryStatic; +/** + * @brief Dialog window to choose proxy configuration + */ class ProxyDialog: public QDialog { Q_OBJECT public: + /** + * @brief Create an instance of dialog window + * @param parent parent window + */ ProxyDialog(QWidget *parent = 0); private slots: |