summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-09-29 11:29:23 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-09-29 12:40:20 +0200
commitff5c59cc8ec8e9512705d00f98286f0b2ab36411 (patch)
tree3490ff9e4c1dcefd3dd29efa46bdc47ef306b88c
parentbe847aff91b39c89d7d543a6b017acc90f411aeb (diff)
Doc: Correct return type for QML XYSeries::bestFitLineColor
The return type should be color, not bool. Fixes: QTBUG-113437 Pick-to: 6.6 6.5 6.2 Change-Id: I22eb4980ce754ddea6464d9989094f9223ca26e5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/charts/xychart/qxyseries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/xychart/qxyseries.cpp b/src/charts/xychart/qxyseries.cpp
index fa935108..8dbd8eb4 100644
--- a/src/charts/xychart/qxyseries.cpp
+++ b/src/charts/xychart/qxyseries.cpp
@@ -318,7 +318,7 @@ QT_BEGIN_NAMESPACE
\since 6.2
*/
/*!
- \qmlproperty bool XYSeries::bestFitLineColor
+ \qmlproperty color XYSeries::bestFitLineColor
The color of best fit line.
\sa bestFitLineVisible
*/