aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-02-27 13:05:51 +0100
committerMartin Smith <martin.smith@qt.io>2018-02-28 08:30:25 +0000
commitb37d2701f93028df6579b2e8ad550818cf7093f6 (patch)
treebf81b70ca40a1a50a4bb57f1e55ab6a67a742704 /src/imports
parent7257be1c6da4c75bbfb27c42cae6d106db829ef3 (diff)
doc: Remove duplicate qdoc comment
\qmlmodule Qt.labs.handlers 1.0 appeared twice. This one is being removed because it was older and less complete than the other one, which can be seen in qtquickhandlers.qdoc. Change-Id: Id4866eec8c61a2f30920edb661edb1e6bd3fddb5 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/handlers/plugin.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/imports/handlers/plugin.cpp b/src/imports/handlers/plugin.cpp
index 026814541e..d1041d6539 100644
--- a/src/imports/handlers/plugin.cpp
+++ b/src/imports/handlers/plugin.cpp
@@ -50,23 +50,6 @@ static void initResources()
QT_BEGIN_NAMESPACE
-/*!
- \qmlmodule Qt.labs.handlers 1.0
- \title Qt Quick Pointer Handlers
- \ingroup qmlmodules
- \brief Provides QML types for handling pointer events.
-
- This QML module contains types for handling pointer events, which are an abstraction
- of mouse, touch and tablet events.
-
- To use the types in this module, import the module with the following line:
-
- \code
- import Qt.labs.handlers 1.0
- \endcode
-*/
-
-
//![class decl]
class QtQuickHandlersPlugin : public QQmlExtensionPlugin
{