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.cpp | |
parent | d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b (diff) |
Read all configs from server, everywhere. Docs. Code to represent server reconnection problem
Diffstat (limited to 'client/Dialog.cpp')
-rw-r--r-- | client/Dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Dialog.cpp b/client/Dialog.cpp index 3a7f473..e9d3883 100644 --- a/client/Dialog.cpp +++ b/client/Dialog.cpp @@ -11,9 +11,7 @@ using namespace std; ProxyDialog::ProxyDialog(QWidget *parent): QDialog(parent) { - //WIPE it out!!! COnfig shoud be reread by timer event! UpdatedConfig *cfg = UpdatedConfig::CurrentConfig(); - cfg->AcquireConfig(); /* generic proxy panel */ topLabel = new QLabel(QString::fromLocal8Bit(cfg->TopPanelText.c_str())); |