From 21ad7eac963bc329395fa893300fb5c8f721fd77 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 23 Oct 2011 04:10:55 +0300 Subject: Logging facility, Config class, tray icon, custom QApplication subclass --- client/ProxyClientApp.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/ProxyClientApp.h (limited to 'client/ProxyClientApp.h') diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h new file mode 100644 index 0000000..7369bad --- /dev/null +++ b/client/ProxyClientApp.h @@ -0,0 +1,19 @@ + + +#ifndef PROXY_CLIENT_APPLICATION_H +#define PROXY_CLIENT_APPLICATION_H + +#include + +class ProxyClientApp: public QApplication +{ + Q_OBJECT +public: + ProxyClientApp(int &argc, char *argv[]); +private slots: + void showProxyDialog(); + void quitApp(); +}; + + +#endif \ No newline at end of file -- cgit v1.2.3