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.

Pick-to: 6.9
Change-Id: I449ddfd7ff3b8b3d50ab0252fabcab974d83a5ed
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Masoud Jami <masoud.jami@qt.io>
This commit is contained in:
Kai Köhne 2025-05-02 15:25:51 +02:00
parent 53622aca2a
commit 6ff833c04a

View File

@ -1016,8 +1016,6 @@ searchDependencies:
/*
Empties this translator of all contents.
This function works with stripped translator files.
*/
void QTranslatorPrivate::clear()
@ -1083,7 +1081,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
{