Doc: fix links to changed or renamed i18n pages and sections

Pick-to: 6.5 6.5.0
Change-Id: Ibe00b793ae0943cdbbcfa272e5cae4e91da5bf7d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-03-01 13:30:13 +01:00
parent 93a378b295
commit 2e6de6f8b2
2 changed files with 4 additions and 3 deletions

View File

@ -2162,7 +2162,8 @@ void QCoreApplicationPrivate::quit()
\note QCoreApplication does \e not take ownership of \a translationFile. \note QCoreApplication does \e not take ownership of \a translationFile.
\sa removeTranslator(), translate(), QTranslator::load(), {Dynamic Translation} \sa removeTranslator(), translate(), QTranslator::load(),
{Writing Source Code for Translation#Prepare for Dynamic Language Changes}{Prepare for Dynamic Language Changes}
*/ */
bool QCoreApplication::installTranslator(QTranslator *translationFile) bool QCoreApplication::installTranslator(QTranslator *translationFile)

View File

@ -2397,8 +2397,8 @@ void QObject::deleteLater()
See \l{Writing Source Code for Translation} for a detailed description of See \l{Writing Source Code for Translation} for a detailed description of
Qt's translation mechanisms in general, and the Qt's translation mechanisms in general, and the
\l{Writing Source Code for Translation#Disambiguation}{Disambiguation} \l{Writing Source Code for Translation#Disambiguate Identical Text}
section for information on disambiguation. {Disambiguate Identical Text} section for information on disambiguation.
\warning This method is reentrant only if all translators are \warning This method is reentrant only if all translators are
installed \e before calling this method. Installing or removing installed \e before calling this method. Installing or removing