From 446b991a9d201b1f069b7c7be81b7630a7ced6f1 2012-06-21 10:43:55 From: Tero Ahola Date: 2012-06-21 10:43:55 Subject: [PATCH] Minor doc fix in model mappers --- diff --git a/src/xychart/qhxymodelmapper.cpp b/src/xychart/qhxymodelmapper.cpp index b8a038f..34dc35f 100644 --- a/src/xychart/qhxymodelmapper.cpp +++ b/src/xychart/qhxymodelmapper.cpp @@ -47,7 +47,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty XYSeries HXYModelMapper::series - Defines the QXYSeries object that is used by the mapper. All the data in the series is discarded when it is set to + Defines the XYSeries object that is used by the mapper. All the data in the series is discarded when it is set to the mapper. When new series is specified the old series is disconnected (it preserves its data). */ @@ -69,7 +69,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty int HXYModelMapper::xRow - Defines which row of the model is kept in sync with the x values of the QXYSeries. Default value is -1 (invalid + Defines which row of the model is kept in sync with the x values of the series. Default value is -1 (invalid mapping). */ @@ -80,7 +80,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty int HXYModelMapper::yRow - Defines which row of the model is kept in sync with the y values of the QXYSeries. Default value is -1 + Defines which row of the model is kept in sync with the y values of the series. Default value is -1 (invalid mapping). */ diff --git a/src/xychart/qvxymodelmapper.cpp b/src/xychart/qvxymodelmapper.cpp index ba50633..4df23df 100644 --- a/src/xychart/qvxymodelmapper.cpp +++ b/src/xychart/qvxymodelmapper.cpp @@ -47,7 +47,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty XYSeries VXYModelMapper::series - Defines the QXYSeries object that is used by the mapper. All the data in the series is discarded when it is set to + Defines the XYSeries object that is used by the mapper. All the data in the series is discarded when it is set to the mapper. When new series is specified the old series is disconnected (it preserves its data). */ @@ -69,7 +69,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty int VXYModelMapper::xColumn - Defines which column of the model is kept in sync with the x values of XYSeries. Default value is -1 (invalid + Defines which column of the model is kept in sync with the x values of the series. Default value is -1 (invalid mapping). */ @@ -80,7 +80,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! \qmlproperty int VXYModelMapper::yColumn - Defines which column of the model is kept in sync with the y values of QXYSeries. Default value is -1 (invalid + Defines which column of the model is kept in sync with the y values of the series. Default value is -1 (invalid mapping). */