summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-25 11:30:27 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-25 12:33:55 +0000
commitac91bf7984291f46619415213ce089a33fc3e597 (patch)
tree0bba9880f0577505c181ce2af77b5634722a5341 /src
parentc633cc4173a64ed533d884e47a62e5e1d4fe1d16 (diff)
Doc: Fix link in XYSeries::axisX property docs
The link should lead to the QML type, not Qt class. Change-Id: Ibf4d69cd795ea92f6eef1da5ec00a3c5350e7cbc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src')
-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 9a6ea20c..40382d15 100644
--- a/src/charts/xychart/qxyseries.cpp
+++ b/src/charts/xychart/qxyseries.cpp
@@ -59,7 +59,7 @@ QT_CHARTS_BEGIN_NAMESPACE
\qmlproperty AbstractAxis XYSeries::axisX
The x-axis used for the series. If you leave both axisX and axisXTop
undefined, a value axis is created for the series.
- \sa axisXTop, QValueAxis
+ \sa axisXTop, ValueAxis
*/
/*!