diff --git a/src/corelib/text/qlocale_p.h b/src/corelib/text/qlocale_p.h index aa9fc59bd4..649f75fbeb 100644 --- a/src/corelib/text/qlocale_p.h +++ b/src/corelib/text/qlocale_p.h @@ -211,6 +211,9 @@ struct QLocaleId }; Q_DECLARE_TYPEINFO(QLocaleId, Q_PRIMITIVE_TYPE); + +using CharBuff = QVarLengthArray; + struct QLocaleData { public: @@ -244,8 +247,6 @@ public: enum NumberMode { IntegerMode, DoubleStandardMode, DoubleScientificMode }; - typedef QVarLengthArray CharBuff; - private: enum PrecisionMode { PMDecimalDigits = 0x01,