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:
parent
53622aca2a
commit
6ff833c04a
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user