summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-10-25 15:47:40 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-10-25 15:48:08 (GMT)
commitbfdf408bed69a279eb710de915e932764ceaed76 (patch)
treea56cca8886784d31d91532067b62ffc1818e8291 /Swift/QtUI/QtSwift.h
parentefd505dd4a85e696a650e29da829504cf01bb5d0 (diff)
downloadswift-bfdf408bed69a279eb710de915e932764ceaed76.zip
swift-bfdf408bed69a279eb710de915e932764ceaed76.tar.bz2
Some groundwork ready for autoaway
Diffstat (limited to 'Swift/QtUI/QtSwift.h')
-rw-r--r--Swift/QtUI/QtSwift.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSwift.h b/Swift/QtUI/QtSwift.h
index 263dc05..60ff5a7 100644
--- a/Swift/QtUI/QtSwift.h
+++ b/Swift/QtUI/QtSwift.h
@@ -7,6 +7,7 @@
#include "QtMainWindowFactory.h"
#include "QtChatWindowFactory.h"
#include "QtSettingsProvider.h"
+#include "QtIdleDetector.h"
class QSplitter;
@@ -36,6 +37,7 @@ namespace Swift {
QtSystemTray* systemTray_;
QSplitter* splitter_;
QtSoundPlayer* soundPlayer_;
+ QtIdleDetector* idleDetector_;
Application* application_;
};
}