aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2025-10-24 09:33:18 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2025-10-24 09:52:13 +0200
commit0b17d942f670ff6dba59e8c504a6585ab8ef37c5 (patch)
treed8c3894904a30bd770e53fd074f9444d79915ce2 /src
parente88b3ef6ccfe27e432c1892d49014921052ab401 (diff)
doc: Fix mention of DragHandler in TapHandler docs
Amends 6eaa95662c2d4ba287ac5d1de5ec49bd3a9f59e6 Pick-to: 6.5 6.8 6.10 Change-Id: I195e26fa1a703607b1d65d57e5dc43a072b05e72 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quick/handlers/qquicktaphandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquicktaphandler.cpp b/src/quick/handlers/qquicktaphandler.cpp
index c1f68ec2ec..eef590a597 100644
--- a/src/quick/handlers/qquicktaphandler.cpp
+++ b/src/quick/handlers/qquicktaphandler.cpp
@@ -31,7 +31,7 @@ int QQuickTapHandler::m_touchMultiTapDistanceSquared(-1);
Detection of a valid tap gesture depends on \l gesturePolicy. The default
value is DragThreshold, which requires the press and release to be close
- together in both space and time. In this case, DragHandler is able to
+ together in both space and time. In this case, TapHandler is able to
function using only a passive grab, and therefore does not interfere with
event delivery to any other Items or Input Handlers. So the default
gesturePolicy is useful when you want to modify behavior of an existing