Remove a spurious forward-declaration of QLocaleData

Amends commit e330a9bb44 (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 <mate.barany@qt.io>
This commit is contained in:
Edward Welbourne 2025-09-02 10:26:24 +02:00
parent c15c67ed2f
commit b13e1880ab
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ inline constexpr auto makeCharacterSetMatch() noexcept
}
} // QtPrivate
struct QLocaleData;
// Subclassed by Android platform plugin:
class Q_CORE_EXPORT QSystemLocale
{