Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
Qt Creator 14.0.0
-
None
-
4ba6cf43ee2f6554bd502cb2d53e8888a3b5776f
Description
In the Ui Files page, the Supported Methods: Qt QML Methods subsection (https://doc.qt.io/qtcreator/creator-quick-ui-forms.html#qt-qml-methods) currently lists the following translations methods which are no longer available:
- qsTrNoOp()
- qsTranslateNoOp()
- qsTrIdNoOp()
The document should be updated to refer to the following translation methods listed in https://doc.qt.io/qt-6/qml-qtqml-qt.html:
- QT_TR_NOOP()
- QT_TRANSLATE_NOOP()
- QT_TRID_NOOP()