aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/keyinteraction.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-04-05 15:39:59 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-08 22:44:58 +0200
commitce47647e0a5d6783f21317a6d04909713c6c4f92 (patch)
tree22692ebbaa5ba2bccc08de080c93e7187e5b879a /examples/quick/keyinteraction/keyinteraction.qml
parent2dee884ed947d2b3ba8642456011fdd6fc434d43 (diff)
Version new property and signal
activeFocusOnTab and activeFocusOnTabChanged in QQuickItem. Task-number: QTBUG-30446 Change-Id: I973df95d690b8e533b5cc108d8e083a2fed8528a Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'examples/quick/keyinteraction/keyinteraction.qml')
-rw-r--r--examples/quick/keyinteraction/keyinteraction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/keyinteraction/keyinteraction.qml b/examples/quick/keyinteraction/keyinteraction.qml
index 12e783024c..1a300cbda1 100644
--- a/examples/quick/keyinteraction/keyinteraction.qml
+++ b/examples/quick/keyinteraction/keyinteraction.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.1
Loader {//Just loader, since there's only one.
source: "focus/focus.qml"