aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/imgTagsUpdates.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicktext/data/imgTagsUpdates.qml')
-rw-r--r--tests/auto/quick/qquicktext/data/imgTagsUpdates.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicktext/data/imgTagsUpdates.qml b/tests/auto/quick/qquicktext/data/imgTagsUpdates.qml
new file mode 100644
index 0000000000..baf5113e52
--- /dev/null
+++ b/tests/auto/quick/qquicktext/data/imgTagsUpdates.qml
@@ -0,0 +1,12 @@
+import QtQuick 2.0
+
+Rectangle {
+ id: main
+ width: 300; height: 400
+
+ Text {
+ id: myText
+ objectName: "myText"
+ text: ""
+ }
+}