From f23fd8ddae952a1206a87dae01c2f1367cd1e1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 2 May 2025 15:25:51 +0200 Subject: [PATCH] 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 Reviewed-by: Masoud Jami (cherry picked from commit 6ff833c04a2e7b46acfad6e9dd4e168ed527b9b7) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/kernel/qtranslator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/corelib/kernel/qtranslator.cpp b/src/corelib/kernel/qtranslator.cpp index 76cc77e52d5..6389f5ab872 100644 --- a/src/corelib/kernel/qtranslator.cpp +++ b/src/corelib/kernel/qtranslator.cpp @@ -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 {