summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/axis
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-10-23 16:05:04 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-25 07:53:36 +0300
commit986060cbcfd51c332c5832219147c3aff8f2141d (patch)
tree37a3f5953e09c3b96d2d33834962062970ee6cd9 /src/datavisualization/axis
parent24e79858946808da060fb1cb3088f554d82d4984 (diff)
Doc: language review datavisualization
Task-number: QTBUG-33360 Change-Id: I67eaab3914effa2a7a5be1b72c6d2c59cb2402f6 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/axis')
-rw-r--r--src/datavisualization/axis/q3dcategoryaxis.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datavisualization/axis/q3dcategoryaxis.cpp b/src/datavisualization/axis/q3dcategoryaxis.cpp
index 43a3d911..866399f5 100644
--- a/src/datavisualization/axis/q3dcategoryaxis.cpp
+++ b/src/datavisualization/axis/q3dcategoryaxis.cpp
@@ -51,7 +51,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
/*!
* \qmlproperty list CategoryAxis3D::categoryLabels
* Defines labels for axis applied to categories. If there are fewer labels than categories, the
- * remaining ones do not have a label. If category labels are not explicitly defined, labels are
+ * remaining ones do not have a label. If category labels are not defined explicitly, labels are
* generated from the data row and column labels.
*/
@@ -74,7 +74,7 @@ Q3DCategoryAxis::~Q3DCategoryAxis()
* \property Q3DCategoryAxis::categoryLabels
*
* Defines labels for axis applied to categories. If there are fewer labels than categories, the
- * remaining ones do not have a label. If category labels are not explicitly defined, labels are
+ * remaining ones do not have a label. If category labels are not defined explicitly, labels are
* generated from the data row and column labels.
*
* \note CategoryLabels actually reads/writes the Q3DAbstractAxis::labels property,
@@ -134,7 +134,7 @@ Q3DCategoryAxisPrivate::~Q3DCategoryAxisPrivate()
/*!
* \internal
* Controller uses this function to set labels from data proxy as category labels.
- * If the labels have been explicitly set by user, data proxy labels are not used.
+ * If the labels have been set explicitly by the user, data proxy labels are not used.
*/
void Q3DCategoryAxisPrivate::setDataLabels(const QStringList &labels)
{