From 1b2e5857f541f57351e8e7e692e579e8b5c663ac 2014-04-09 15:47:44 From: Andy Shaw Date: 2014-04-09 15:47:44 Subject: [PATCH] Fix the documentation for the qml properties to refer to DateTimeAxis Task-number: QTRD-3002 Change-Id: I9f17f0a337d0e7def1c0fcd77f9fb3256e2274e3 Reviewed-by: Titta Heikkala --- diff --git a/src/axis/datetimeaxis/qdatetimeaxis.cpp b/src/axis/datetimeaxis/qdatetimeaxis.cpp index be02a10..defeb36 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. */