aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-06-03 17:07:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-04 15:23:14 +0000
commit1d5c0cf6821dd608835b96f4e20f417f4346408f (patch)
treee4c42024f6ba947eb0346837ffc5a698cfe72859 /src/quick/items
parentdf63e2f3a5e87b0137ca6be8845e9648d818fbd9 (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 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 331fca0bb06492c270116de24b528e6b80b39c97) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quick/items')
-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 59615464c8..4df743ab0e 100644
--- a/src/quick/items/qquickmousearea.cpp
+++ b/src/quick/items/qquickmousearea.cpp
@@ -1368,6 +1368,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.