docs: Fix documentation of the Locale numberOptions property
Document the property not the enum type. Pick-to: 5.15 6.0 6.1 Fixes: QTBUG-91196 Change-Id: Id11a436caf1c683a0e70a1b8e8ce86c6118725d8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
ca7d2c1f4c
commit
3670395af5
|
@ -883,7 +883,7 @@ ReturnedValue QQmlLocale::method_localeCompare(const QV4::FunctionObject *b, con
|
|||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty enumeration QtQml::Locale::NumberOption
|
||||
\qmlproperty enumeration QtQml::Locale::numberOptions
|
||||
|
||||
Holds a set of options for number-to-string and
|
||||
string-to-number conversions.
|
||||
|
|
Loading…
Reference in New Issue