summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-06-14 07:38:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-14 09:51:20 +0000
commite52ed6f093a8d2c60fc3ff171b0cc7bbd14272ef (patch)
tree4bb98703a953df820135c18b5f32af16b7aa1f18 /src
parent9b7943ca45faa982578e19549649977711ab23e0 (diff)
Doc: Use correct return type for qmlproperty
Fixes: QTBUG-94469 Change-Id: Ice05acdcabdb5e54f3dcb60210171cea51e002eb Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> (cherry picked from commit 663942a05dcfe5f77495491f0f740f1ddc430569) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/charts/axis/valueaxis/qvalueaxis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/axis/valueaxis/qvalueaxis.cpp b/src/charts/axis/valueaxis/qvalueaxis.cpp
index 76e73c54..c2a846ab 100644
--- a/src/charts/axis/valueaxis/qvalueaxis.cpp
+++ b/src/charts/axis/valueaxis/qvalueaxis.cpp
@@ -200,7 +200,7 @@ QT_BEGIN_NAMESPACE
\sa QString::asprintf()
*/
/*!
- \qmlproperty real ValueAxis::labelFormat
+ \qmlproperty string ValueAxis::labelFormat
The format string supports the following conversion specifiers, length modifiers, and flags
provided by \c printf() in the standard C++ library: d, i, o, x, X, f, F, e, E, g, G, c.