summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 00:54:24 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-06-09 00:54:24 +0200
commitd3aacf860dc387fe9960a1f8cafc217d1d4bbe89 (patch)
tree64631057aeed852b33f94dc09f92c3c68953da81 /mainwindow.h
parent4f6be82d7ed9fbfdf57c02639f99cd1d5a5a7467 (diff)
trying old trayicon code
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 5aafd89c..dbef6d5f 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -8,6 +8,7 @@
#include <QQueue>
#include <QSettings>
#include "storemodel.h"
+#include "trayicon.h"
#if SINGLE_APP
#include "singleapplication.h"
#else
@@ -102,6 +103,7 @@ private:
QHash<QString, QString> profiles;
QString profile;
bool startupPhase;
+ trayIcon *tray;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());
@@ -119,6 +121,8 @@ private:
void mountWebDav();
void updateEnv();
void updateProfileBox();
+ void initTrayIcon();
+
};
#endif // MAINWINDOW_H