summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-12-14 13:34:48 +0200
committerMarek Rosa <marek.rosa@digia.com>2012-12-14 13:35:55 +0200
commitfc436974cf11f921267ee82815729a5db349bc6f (patch)
treefa34d4be4462e524fcd95f08eb9637df0cbb3124
parent1e18d6a3f6b0e81e76009654a5eb9285cfcce598 (diff)
Missed NOTE: change fixed
-rw-r--r--src/barchart/qhbarmodelmapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/barchart/qhbarmodelmapper.cpp b/src/barchart/qhbarmodelmapper.cpp
index ecec7869..64c37953 100644
--- a/src/barchart/qhbarmodelmapper.cpp
+++ b/src/barchart/qhbarmodelmapper.cpp
@@ -31,7 +31,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Horizontal model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object.
Model mapper maintains equal size of all the BarSets.
Adding/removing value from the BarSet causes the the same change in the rest of the BarSets added to the same series.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass HBarModelMapper QHBarModelMapper
@@ -75,7 +75,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel HBarModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/