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:
Shawn Rutledge 2021-02-19 07:11:58 +01:00
parent ca7d2c1f4c
commit 3670395af5
1 changed files with 1 additions and 1 deletions

View File

@ -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.