diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-17 00:06:16 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-17 00:06:16 +0200 |
commit | b068f321dd9c6077c590473c4f108be87e7eb99d (patch) | |
tree | a24853f71981773b2a3051c2a32beea5c9c7dc59 /client/ProxyClientApp.h | |
parent | 5861309ceb8474cf0cdb4d29b2e3a0e76518a9aa (diff) |
Return to server config w permanent connection. Update message
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r-- | client/ProxyClientApp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index c75b7b9..83c7c31 100644 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -15,6 +15,7 @@ public: private slots: void trayActivated(QSystemTrayIcon::ActivationReason reason); void showProxyDialog(); + void configUpdated(); void quitApp(); private: QSystemTrayIcon *trayIcon; |