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:
parent
5c83765c3f
commit
a7bd27f17d
|
@ -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}:
|
||||
|
||||
|
|
Loading…
Reference in New Issue