Doc: Remove mentioning of 'stripped' translator files

The concept of stripped vs unstripped files in the API
stems from Qt 3, but got abandoned already in Qt 4.

Change-Id: I449ddfd7ff3b8b3d50ab0252fabcab974d83a5ed
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Masoud Jami <masoud.jami@qt.io>
(cherry picked from commit 6ff833c04a2e7b46acfad6e9dd4e168ed527b9b7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2025-05-02 15:25:51 +02:00 committed by Qt Cherry-pick Bot
parent a3c75cfc52
commit f23fd8ddae

View File

@ -1037,8 +1037,6 @@ searchDependencies:
/*
Empties this translator of all contents.
This function works with stripped translator files.
*/
void QTranslatorPrivate::clear()
@ -1104,7 +1102,6 @@ QString QTranslator::translate(const char *context, const char *sourceText, cons
/*!
Returns \c true if this translator is empty, otherwise returns \c false.
This function works with stripped and unstripped translation files.
*/
bool QTranslator::isEmpty() const
{