aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-09-06 16:39:00 +1000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-06 16:31:10 +0000
commitde970b80c36c2156860037e337ca7c92ee70cb3d (patch)
tree00d7b841c8e3384f06c1efd6b77fbdacfad1db26
parentb763170ba1fe5b33b8ec95f02fb59afa18bd0989 (diff)
Fix broken doc link to Qt Quick Designer
No link is needed and other documentation doesn't link to anything for the same thing. Change-Id: I4d1dc910d8114bc99478c59882e8c1cf8327c415 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit aeb1d11f26c204e71e0c2f6c3c1b521bb59bba7d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/src/cmake/qt_add_qml_module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
index f749533619..96a707f657 100644
--- a/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
+++ b/src/qml/doc/src/cmake/qt_add_qml_module.qdoc
@@ -470,8 +470,8 @@ and are referenced by the backing target's linking requirements as part of
ensuring that resources are set up and loaded correctly.
The \c DESIGNER_SUPPORTED keyword should be given if the QML module supports
-\l{Qt Quick Designer}. When present, the generated \c qmldir file will contain
+Qt Quick Designer. When present, the generated \c qmldir file will contain
a \c designersupported line. See \l{Module Definition qmldir Files} for how
-this affects the way Quick Designer handles the plugin.
+this affects the way Qt Quick Designer handles the plugin.
*/