aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml')
-rw-r--r--tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml b/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml
index 7a4fe5ed24..26018b5782 100644
--- a/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml
+++ b/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml
@@ -2,4 +2,7 @@ import QtQml 2.0
QtObject {
property Component c
+ property Timer timer
+ property Connections connections: Connections {}
+ property Binding binding
}