summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2014-04-04 15:58:23 +0200
committerAndy Shaw <andy.shaw@digia.com>2014-04-09 18:47:44 +0300
commit1b2e5857f541f57351e8e7e692e579e8b5c663ac (patch)
tree5044d0ece3b4c5fa365697d636626ef7bff5630c
parent22efebecf8c2b05980dd2ff2734f6742d7050ab4 (diff)
Fix the documentation for the qml properties to refer to DateTimeAxis
Task-number: QTRD-3002 Change-Id: I9f17f0a337d0e7def1c0fcd77f9fb3256e2274e3 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
-rw-r--r--src/axis/datetimeaxis/qdatetimeaxis.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/axis/datetimeaxis/qdatetimeaxis.cpp b/src/axis/datetimeaxis/qdatetimeaxis.cpp
index be02a100..defeb36e 100644
--- a/src/axis/datetimeaxis/qdatetimeaxis.cpp
+++ b/src/axis/datetimeaxis/qdatetimeaxis.cpp
@@ -96,7 +96,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
When setting this property the max is adjusted if necessary, to ensure that the range remains valid.
*/
/*!
- \qmlproperty real ValuesAxis::min
+ \qmlproperty real DateTimeAxis::min
Defines the minimum value on the axis.
When setting this property the max is adjusted if necessary, to ensure that the range remains valid.
*/
@@ -107,7 +107,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
When setting this property the min is adjusted if necessary, to ensure that the range remains valid.
*/
/*!
- \qmlproperty real ValuesAxis::max
+ \qmlproperty real DateTimeAxis::max
Defines the maximum value on the axis.
When setting this property the min is adjusted if necessary, to ensure that the range remains valid.
*/
@@ -117,7 +117,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Axis emits signal when \a min of axis has changed.
*/
/*!
- \qmlsignal ValuesAxis::onMinChanged(QDateTime min)
+ \qmlsignal DateTimeAxis::onMinChanged(QDateTime min)
Axis emits signal when \a min of axis has changed.
*/
@@ -126,7 +126,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Axis emits signal when \a max of axis has changed.
*/
/*!
- \qmlsignal ValuesAxis::onMaxChanged(QDateTime max)
+ \qmlsignal DateTimeAxis::onMaxChanged(QDateTime max)
Axis emits signal when \a max of axis has changed.
*/