From 2e6de6f8b27f4a3ed2fbaf2e393614ee8f09a043 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 1 Mar 2023 13:30:13 +0100 Subject: [PATCH] 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 --- src/corelib/kernel/qcoreapplication.cpp | 3 ++- src/corelib/kernel/qobject.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp index 61d9071474c..3feb4cf4c4b 100644 --- a/src/corelib/kernel/qcoreapplication.cpp +++ b/src/corelib/kernel/qcoreapplication.cpp @@ -2162,7 +2162,8 @@ void QCoreApplicationPrivate::quit() \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) diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index cbb13b011e8..34c9e52f637 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -2397,8 +2397,8 @@ void QObject::deleteLater() See \l{Writing Source Code for Translation} for a detailed description of Qt's translation mechanisms in general, and the - \l{Writing Source Code for Translation#Disambiguation}{Disambiguation} - section for information on disambiguation. + \l{Writing Source Code for Translation#Disambiguate Identical Text} + {Disambiguate Identical Text} section for information on disambiguation. \warning This method is reentrant only if all translators are installed \e before calling this method. Installing or removing