summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor/qwaylandquickcompositorplugin.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-06-20 14:30:36 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-01 08:29:51 +0000
commit9134c1bd5bf464d00127103557a2289243dadd40 (patch)
treeb2fc8e6bfb775a482a704a78dddb9c94378bd5a6 /src/imports/compositor/qwaylandquickcompositorplugin.cpp
parentcddeb1c7c0e9d02c5f5542d7d12b4fa992bfb050 (diff)
Doc: fixed issue compiling qtwaylandcompositor.html
Added 2 cpp.ignoretokens statements Change-Id: I0f86ba94682b6f9fc0e76484a14ece7c39ff436a Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/imports/compositor/qwaylandquickcompositorplugin.cpp')
-rw-r--r--src/imports/compositor/qwaylandquickcompositorplugin.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/imports/compositor/qwaylandquickcompositorplugin.cpp b/src/imports/compositor/qwaylandquickcompositorplugin.cpp
index 6f00351c5..c992d3fcb 100644
--- a/src/imports/compositor/qwaylandquickcompositorplugin.cpp
+++ b/src/imports/compositor/qwaylandquickcompositorplugin.cpp
@@ -87,23 +87,6 @@ private:
};
-/*!
- \qmlmodule QtWayland.Compositor 1.0
- \title Qt Wayland Compositor QML Types
- \ingroup qmlmodules
- \brief Provides QML types for creating Wayland compositors
-
- This QML module contains types for creating Wayland compositors.
-
- To use the types in this module, import the module with the following line:
-
- \code
- import QtWayland.Compositor 1.0
- \endcode
-*/
-
-
-
//![class decl]
class QWaylandCompositorPlugin : public QQmlExtensionPlugin
{