aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents.cpp
diff options
context:
space:
mode:
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.
*/