summaryrefslogtreecommitdiff
path: root/client/ProxyClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r--client/ProxyClientApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h
index 7369bad..c3c56af 100644
--- a/client/ProxyClientApp.h
+++ b/client/ProxyClientApp.h
@@ -3,6 +3,7 @@
#ifndef PROXY_CLIENT_APPLICATION_H
#define PROXY_CLIENT_APPLICATION_H
+#include <QSystemTrayIcon>
#include <QApplication>
class ProxyClientApp: public QApplication
@@ -11,6 +12,7 @@ class ProxyClientApp: public QApplication
public:
ProxyClientApp(int &argc, char *argv[]);
private slots:
+ void trayActivated(QSystemTrayIcon::ActivationReason reason);
void showProxyDialog();
void quitApp();
};