diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-06 01:21:38 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-06 01:21:38 +0200 |
commit | ba692c61d8939d2f7ef7c76f08dfa5ccdc084311 (patch) | |
tree | 75cb2808898fd89b89e4d9f36c2dc5adace1bcc6 /client/ProxyClientApp.h | |
parent | b924f6df6ea7038eab61b62949bedf8abf26ac2e (diff) |
fixed icon hiding on exit
fixed icon path (also, should be in skin directory instead of root)
Diffstat (limited to 'client/ProxyClientApp.h')
-rwxr-xr-x | client/ProxyClientApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index a40177a..6410d65 100755 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -16,6 +16,8 @@ private slots: void trayActivated(QSystemTrayIcon::ActivationReason reason); void showProxyDialog(); void quitApp(); +private: + QSystemTrayIcon *trayIcon; }; |