summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/drag.qml
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 05:17:41 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 05:17:41 (GMT)
commit3083b436bd3adc6280d3b7ebcb75358454cb9623 (patch)
tree0eb451db7cc183c126e19617faa26b12f8af3c51 /doc/src/snippets/declarative/drag.qml
parent055fa76e7575be55899127de2d254e0f0e90a1db (diff)
parent39d728dd76efa10ca297b76ed08a5cd1c0235b3f (diff)
downloadQt-3083b436bd3adc6280d3b7ebcb75358454cb9623.zip
Qt-3083b436bd3adc6280d3b7ebcb75358454cb9623.tar.gz
Qt-3083b436bd3adc6280d3b7ebcb75358454cb9623.tar.bz2
Merge remote branch 'origin/master' into bearermanagement/staging
Diffstat (limited to 'doc/src/snippets/declarative/drag.qml')
-rw-r--r--doc/src/snippets/declarative/drag.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/drag.qml b/doc/src/snippets/declarative/drag.qml
index 8735d0c..8e5b599 100644
--- a/doc/src/snippets/declarative/drag.qml
+++ b/doc/src/snippets/declarative/drag.qml
@@ -6,7 +6,7 @@ Rectangle {
Image {
id: pic; source: "qtlogo-64.png"; anchors.verticalCenter: parent.verticalCenter
opacity: (600.0-pic.x) / 600;
- MouseRegion {
+ MouseArea {
anchors.fill: parent
drag.target: pic
drag.axis: "XAxis"