aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-06-02 11:52:25 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-06-07 05:07:07 +0000
commit91d870855d4a9b84cbff4cf8680f26c6d3bf90eb (patch)
tree10d2a0453e3a367c77ec71b0b792212cd22ab8c8 /src/qml/qml/qqmlengine.cpp
parent69a25c5d40bca46ad54d4e9b39778bd5257c6daa (diff)
Doc: Fix ambiguous link
Using square brackets to disambiguate a link doesn't seem to work with the \sa command. For now, re-write to use \l to make sure the link goes to where it's supposed to. Task-number: QTBUG-114073 Pick-to: 6.6 6.5 Change-Id: Id23844df752c30a8d02a362e91632ad2339ad8e8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 64a0e48663..ab10124880 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -1680,7 +1680,8 @@ void QQmlEnginePrivate::cleanupScarceResources()
The newly added \a path will be first in the importPathList().
- \sa setImportPathList(), {QML Modules}, {QML Import Path}
+ \b {See also} \l setImportPathList(), \l {QML Modules},
+ and \l [QtQml] {QML Import Path}
*/
void QQmlEngine::addImportPath(const QString& path)
{