summaryrefslogtreecommitdiff
path: root/client/ProxyClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r--client/ProxyClientApp.h19
1 files changed, 19 insertions, 0 deletions
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 <QApplication>
+
+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