aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-09-21 10:28:33 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-09-29 11:36:56 +0000
commit88b3d672cbcdc1669de573a39026462ce4fdf86c (patch)
tree7769b6078696bee0d4aa8b8d4ee8361478a98bb1 /src/quick/items/qquickevents.cpp
parentfdcaf8013e7d2701824024a11ef159b2558ab6a6 (diff)
docs: EventPoint::timeHeld is a real value, in seconds
Change-Id: I6f581eec8df784878041ccdfc25dd3ebd1a02d70 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents.cpp')
-rw-r--r--src/quick/items/qquickevents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickevents.cpp b/src/quick/items/qquickevents.cpp
index 0f64890825..5b14a5ff90 100644
--- a/src/quick/items/qquickevents.cpp
+++ b/src/quick/items/qquickevents.cpp
@@ -717,7 +717,7 @@ QQuickPointerDevice *QQuickPointerDevice::tabletDevice(qint64 id)
\readonly
\qmlproperty real QtQuick::EventPoint::timeHeld
- This property holds the amount of time that the button or touchpoint has
+ This property holds the amount of time in seconds that the button or touchpoint has
been held. It can be used to detect a "long press", and can drive an
animation to show progress toward activation of the "long press" action.
*/