Doc: Fix qsTr() link

Fixes qdoc warning:
qtquickcontrols-texteditor.qdoc:128: Can't link to 'qsTr'

Pick-to: 6.8 6.7
Change-Id: Ib2543779cc97052fd754b417468cb315313503a9
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
This commit is contained in:
Andreas Eliasson 2024-06-26 15:04:19 +02:00
parent 5c83765c3f
commit a7bd27f17d
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@
\printuntil }
\dots 8
We consistently use the \l qsTr function to enable translation of UI text,
so that the application will make sense regardless of the end user's native
language.
We consistently use the \l [QML] {Qt::}{qsTr()} function to enable
translation of UI text, so that the application will make sense regardless
of the end user's native language.
We use several kinds of \l {Qt Quick Dialogs QML Types}{dialogs}: