[doc] QCoreApplication::installTranslator() doesn't take ownership

Document it.

Pick-to: 6.3 6.2 5.15
Change-Id: I25d305945bf29348d6ea5756fbf80c418f812d0f
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Marc Mutz 2021-12-21 14:11:38 +01:00
parent 5ae238f90f
commit 66a79287f1

View File

@ -2113,6 +2113,8 @@ void QCoreApplicationPrivate::quit()
The function returns \c true on success and false on failure. The function returns \c true on success and false on failure.
\note QCoreApplication does \e not take ownership of \a translationFile.
\sa removeTranslator(), translate(), QTranslator::load(), {Dynamic Translation} \sa removeTranslator(), translate(), QTranslator::load(), {Dynamic Translation}
*/ */