aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/data/deferredProperties_attached.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmltc/data/deferredProperties_attached.qml')
-rw-r--r--tests/auto/qml/qmltc/data/deferredProperties_attached.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltc/data/deferredProperties_attached.qml b/tests/auto/qml/qmltc/data/deferredProperties_attached.qml
new file mode 100644
index 0000000000..875deb5778
--- /dev/null
+++ b/tests/auto/qml/qmltc/data/deferredProperties_attached.qml
@@ -0,0 +1,6 @@
+import QtQuick
+import QmltcTests 1.0
+QtObject {
+ DeferredAttached.attachedFormula: 43 + 10 - (5 * 2)
+ DeferredAttached.deferred: 42
+}