summaryrefslogtreecommitdiff
diff options
-rw-r--r--data/resolution_test.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/resolution_test.qml b/data/resolution_test.qml
index b718bd0..cb4b0b5 100644
--- a/data/resolution_test.qml
+++ b/data/resolution_test.qml
@@ -4,6 +4,7 @@
* Copyright 2013 Canonical Ltd.
* Written by:
* Sylvain Pineau <sylvain.pineau@canonical.com>
+ * Maciej Kisielewski <maciej.kisielewski@canonical.com>
*
* Checkbox is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3,
@@ -33,5 +34,10 @@ Rectangle {
color: "lime"
smooth: true
}
+ Timer {
+ interval: 5000
+ running: true
+ onTriggered: Qt.quit()
+ }
}