aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-02-19 07:11:58 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2021-02-19 07:51:47 +0100
commit3670395af58f21f203ce2289a04feef7c6de53f5 (patch)
treeea4994c4d0cdfa8db1eeeb926d5a73f22b4a86ef /src/qml/qml/qqmllocale.cpp
parentca7d2c1f4ca010096b668108200cd9f1357a5b2e (diff)
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>
Diffstat (limited to 'src/qml/qml/qqmllocale.cpp')
-rw-r--r--src/qml/qml/qqmllocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllocale.cpp b/src/qml/qml/qqmllocale.cpp
index 8f11bc248d..8046a76b92 100644
--- a/src/qml/qml/qqmllocale.cpp
+++ b/src/qml/qml/qqmllocale.cpp
@@ -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.