diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-15 00:56:47 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-15 00:56:47 +0200 |
commit | 368cb1d14f184bc0ddbdc299e6655195b3a7d288 (patch) | |
tree | 693df1b371e1d90a1f2af97c58e9cb095c3312d7 /client/ProxyClientApp.h | |
parent | b8a4ef60a8fdde02460d329c8b5caac414c38ebd (diff) |
Welcome message. Docs update
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r-- | client/ProxyClientApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index 6410d65..c75b7b9 100644 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -17,7 +17,7 @@ private slots: void showProxyDialog(); void quitApp(); private: - QSystemTrayIcon *trayIcon; + QSystemTrayIcon *trayIcon; }; |