From 6ff833c04a2e7b46acfad6e9dd4e168ed527b9b7 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. Pick-to: 6.9 Change-Id: I449ddfd7ff3b8b3d50ab0252fabcab974d83a5ed Reviewed-by: Joerg Bornemann Reviewed-by: Masoud Jami --- 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 fe7d0b2f21e..aa7c8be2285 100644 --- a/src/corelib/kernel/qtranslator.cpp +++ b/src/corelib/kernel/qtranslator.cpp @@ -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 {