aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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