summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-18 20:34:41 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-18 20:35:22 (GMT)
commit9a457c621bd75a9929cc0616b7659dba2945fdac (patch)
treefa1b7e541355edb1983dea78728892ddf89f08ff /Swift/QtUI/QtSwift.h
parent38e83db22eed41e115c1483323a62c62be34dbec (diff)
downloadswift-9a457c621bd75a9929cc0616b7659dba2945fdac.zip
swift-9a457c621bd75a9929cc0616b7659dba2945fdac.tar.bz2
System Tray
We need to have a look at the icons somewhat, but these will do for the second.
Diffstat (limited to 'Swift/QtUI/QtSwift.h')
-rw-r--r--Swift/QtUI/QtSwift.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSwift.h b/Swift/QtUI/QtSwift.h
index 5bfd62c..5c6656a 100644
--- a/Swift/QtUI/QtSwift.h
+++ b/Swift/QtUI/QtSwift.h
@@ -15,7 +15,8 @@ namespace Swift {
class QtMainWindowFactory;
class QtLoginWindowFactory;
class QtTreeWidgetFactory;
-
+ class QtSystemTray;
+
class QtSwift : public QObject {
Q_OBJECT
public:
@@ -29,6 +30,7 @@ namespace Swift {
QtLoginWindowFactory *loginWindowFactory_;
QtMainEventLoop clientMainThreadCaller_;
QtSettingsProvider *settings_;
+ QtSystemTray* systemTray_;
Application* application_;
};
}