From b13e1880ab5f00f083505b7be25f5bb39fc78d2b Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 2 Sep 2025 10:26:24 +0200 Subject: [PATCH] Remove a spurious forward-declaration of QLocaleData Amends commit e330a9bb44fd5deb86a46934b2b45c1ad1f9f70a (Qt 6.0.0) in which I replaced fallbackUiLocaleData() with fallbackUiLocaleIndex(), thereby making the forward declaration redundant. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Iac519c1433826e91838b0707d1ae2d986e0478d5 Reviewed-by: Mate Barany --- src/corelib/text/qlocale_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/text/qlocale_p.h b/src/corelib/text/qlocale_p.h index d0a1e09f44b..1ae481ce8ef 100644 --- a/src/corelib/text/qlocale_p.h +++ b/src/corelib/text/qlocale_p.h @@ -122,7 +122,6 @@ inline constexpr auto makeCharacterSetMatch() noexcept } } // QtPrivate -struct QLocaleData; // Subclassed by Android platform plugin: class Q_CORE_EXPORT QSystemLocale {