summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-08 03:05:13 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-08 03:05:13 (GMT)
commit238ccf72409b3668bf6f7df6bd7d7057ac7d2443 (patch)
tree198dad1d874e5f359779447b4ae535c329207d16 /examples
parent71f9283df3caabadcfb04e2ab6f57305cd73c0d1 (diff)
parentdcce90c4d9c8d010d7fc45c33048ff00e468b89c (diff)
downloadQt-238ccf72409b3668bf6f7df6bd7d7057ac7d2443.zip
Qt-238ccf72409b3668bf6f7df6bd7d7057ac7d2443.tar.gz
Qt-238ccf72409b3668bf6f7df6bd7d7057ac7d2443.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/gestures/experimental-gestures.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/gestures/experimental-gestures.qml b/examples/declarative/gestures/experimental-gestures.qml
index 914d403..5f904aa 100644
--- a/examples/declarative/gestures/experimental-gestures.qml
+++ b/examples/declarative/gestures/experimental-gestures.qml
@@ -8,6 +8,7 @@ Rectangle {
GestureArea {
anchors.fill: parent
+ focus: true
// Only some of the many gesture properties are shown. See Gesture documentation.