aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-08-16 10:36:41 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-08-29 06:17:21 +0000
commit18052d17999c2e95cb666508e6e571594163562a (patch)
tree81fa6f7c574c173937409b347bb1dd628c668d7c /src
parentecb788e908fa738e28846d2cedb687cf4531fcce (diff)
TapHandler docs: correct the import statement
Change-Id: I27fb2cf491b59319d95bd7e34732fc18d1d8c532 Reviewed-by: Shawn Rutledge <shawn.rutledge@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 1bcf42a073..04c69e9c06 100644
--- a/src/quick/handlers/qquicktaphandler.cpp
+++ b/src/quick/handlers/qquicktaphandler.cpp
@@ -54,7 +54,7 @@ int QQuickTapHandler::m_touchMultiTapDistanceSquared(-1);
/*!
\qmltype TapHandler
\instantiates QQuickTapHandler
- \inqmlmodule QtQuick
+ \inqmlmodule Qt.labs.handlers
\ingroup qtquick-handlers
\brief Handler for taps and clicks.