aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/data
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-21 18:14:10 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-09-21 18:14:10 +0200
commitfb0b6399afdd39ab2240801c839c06ea70a22c4b (patch)
treefc51548845796d21b56562109c9a0332be19035e /tests/auto/quick/qquickitem2/data
parent0fc040ef70513ccaeb9e96f7ca05a3df4d6c7879 (diff)
parent387e8720fcbc60cd1798c9356a91d88077569c72 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'tests/auto/quick/qquickitem2/data')
-rw-r--r--tests/auto/quick/qquickitem2/data/nextItemInFocusChain3.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickitem2/data/nextItemInFocusChain3.qml b/tests/auto/quick/qquickitem2/data/nextItemInFocusChain3.qml
new file mode 100644
index 0000000000..4781469cb1
--- /dev/null
+++ b/tests/auto/quick/qquickitem2/data/nextItemInFocusChain3.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.1
+
+Rectangle {
+ width: 360
+ height: 360
+ Component.onCompleted: nextItemInFocusChain();
+}