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 97bc2f8..265dd0e 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")
}