aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickmousearea.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-03 17:07:16 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-04 13:51:52 +0000
commit331fca0bb06492c270116de24b528e6b80b39c97 (patch)
tree69822cea80b1eb04d8f3f1b4416100d8a4c5e27c /src/quick/items/qquickmousearea.cpp
parentc153215c55e528088ced8bce837ae5ffb2493252 (diff)
Doc: Add drag.smoothed property to the list
Although this attached property was documented, it was not listed as one of the properties that can be used. Fixes: QTBUG-83753 Change-Id: Ia2a1130d825c9da792c39fac71ceeb0fba857157 Pick-to: 5.15 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickmousearea.cpp')
-rw-r--r--src/quick/items/qquickmousearea.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickmousearea.cpp b/src/quick/items/qquickmousearea.cpp
index 4ac80def33..642cbf07b1 100644
--- a/src/quick/items/qquickmousearea.cpp
+++ b/src/quick/items/qquickmousearea.cpp
@@ -1367,6 +1367,7 @@ void QQuickMouseArea::resetPressAndHoldInterval()
\qmlproperty real QtQuick::MouseArea::drag.maximumY
\qmlproperty bool QtQuick::MouseArea::drag.filterChildren
\qmlproperty real QtQuick::MouseArea::drag.threshold
+ \qmlproperty bool QtQuick::MouseArea::drag.smoothed
\c drag provides a convenient way to make an item draggable.