mirror of https://github.com/qt/qtbase.git
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:
parent
c15c67ed2f
commit
b13e1880ab
|
@ -122,7 +122,6 @@ inline constexpr auto makeCharacterSetMatch() noexcept
|
||||||
}
|
}
|
||||||
} // QtPrivate
|
} // QtPrivate
|
||||||
|
|
||||||
struct QLocaleData;
|
|
||||||
// Subclassed by Android platform plugin:
|
// Subclassed by Android platform plugin:
|
||||||
class Q_CORE_EXPORT QSystemLocale
|
class Q_CORE_EXPORT QSystemLocale
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue