summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmldebugging.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/qmldebugging.qdoc')
-rw-r--r--doc/src/declarative/qmldebugging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmldebugging.qdoc b/doc/src/declarative/qmldebugging.qdoc
index c11ff1f..56bd7d2 100644
--- a/doc/src/declarative/qmldebugging.qdoc
+++ b/doc/src/declarative/qmldebugging.qdoc
@@ -50,7 +50,7 @@
\qml
Rectangle {
width: 200; height: 200
- MouseRegion {
+ MouseArea {
anchors.fill: parent
onClicked: console.log("clicked")
}