diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-12-02 04:20:42 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-12-02 04:20:42 +0200 |
commit | f9d323b6e8540c1c8869089b16de97e8a3f038da (patch) | |
tree | cca65b0becb688cb02c0ef6fa73055d4b64bc2bc /client/ProxyClientApp.h | |
parent | 44db4009a6f8ebb1df26b773347f16f62fa13a1b (diff) | |
parent | bd1d34d7781d35f17666adb3df6abb7c9b7fcc32 (diff) |
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r-- | client/ProxyClientApp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index b015344..3901adb 100644 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -14,8 +14,11 @@ class ProxyClientApp: public QApplication Q_OBJECT public: + /** + * @brief create an instance of ProxyClientApp + */ ProxyClientApp(int &argc, char *argv[]); - + private slots: void trayActivated(QSystemTrayIcon::ActivationReason reason); void showProxyDialog(); |