summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 13:30:13 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-07 05:48:34 +0000
commit908b5ebdc9601f16716cc36de8075cce7fa50735 (patch)
tree364446d216845522e203963d66df30fc7481f3a6
parent9ab1c941112faf679f07ba462f80cc21ee002faa (diff)
downloadqtbase-908b5ebdc9601f16716cc36de8075cce7fa50735.tar.gz
Doc: fix links to changed or renamed i18n pages and sections
Change-Id: Ibe00b793ae0943cdbbcfa272e5cae4e91da5bf7d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 2e6de6f8b27f4a3ed2fbaf2e393614ee8f09a043) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp3
-rw-r--r--src/corelib/kernel/qobject.cpp4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 61d9071474..3feb4cf4c4 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 f34ee9d5f5..c97b1a0250 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -2398,8 +2398,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