summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-06 11:54:58 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-10 13:44:32 +0200
commita143a6f42f38d3636dd2f15a2e38937ee6ec449e (patch)
tree1e365f0e984547d6f7f909b2cedbfd3562842af2
parent0f492fb4ad5efa0710c55cbf8c4358fafb3e9cb1 (diff)
downloadqt-creator-a143a6f42f38d3636dd2f15a2e38937ee6ec449e.tar.gz
Doc: fix punctuation in qtcomponents docs.
Change-Id: I99615577746ff8dcd4db740595438b23346654d4 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/libs/qtcomponents/styleitem/qrangemodel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/qtcomponents/styleitem/qrangemodel.cpp b/src/libs/qtcomponents/styleitem/qrangemodel.cpp
index 8217ff3e44..03f5758fb1 100644
--- a/src/libs/qtcomponents/styleitem/qrangemodel.cpp
+++ b/src/libs/qtcomponents/styleitem/qrangemodel.cpp
@@ -168,7 +168,7 @@ void QRangeModelPrivate::emitValueAndPositionIfChanged(const qreal oldValue, con
}
/*!
- Constructs a QRangeModel with \a parent
+ Constructs a QRangeModel with \a parent.
*/
QRangeModel::QRangeModel(QObject *parent)
@@ -180,7 +180,7 @@ QRangeModel::QRangeModel(QObject *parent)
/*!
\internal
- Constructs a QRangeModel with private class pointer \a dd and \a parent
+ Constructs a QRangeModel with private class pointer \a dd and \a parent.
*/
QRangeModel::QRangeModel(QRangeModelPrivate &dd, QObject *parent)
@@ -203,7 +203,7 @@ QRangeModel::~QRangeModel()
/*!
Sets the range of valid positions, that \l position can assume externally, with
\a min and \a max.
- Such range is represented by \l positionAtMinimum and \l positionAtMaximum
+ Such range is represented by \l positionAtMinimum and \l positionAtMaximum.
*/
void QRangeModel::setPositionRange(qreal min, qreal max)
@@ -238,7 +238,7 @@ void QRangeModel::setPositionRange(qreal min, qreal max)
/*!
Sets the range of valid values, that \l value can assume externally, with
\a min and \a max. The range has the following constraint: \a min must be less or equal \a max
- Such range is represented by \l minimumValue and \l maximumValue
+ Such range is represented by \l minimumValue and \l maximumValue.
*/
void QRangeModel::setRange(qreal min, qreal max)
@@ -476,7 +476,7 @@ void QRangeModel::setValue(qreal newValue)
/*!
\property QRangeModel::inverted
- \brief the model is inverted or not
+ \brief whether the model is inverted or not
The model can be represented with an inverted behavior, e.g. when \l value assumes
the maximum value (represented by \l maximumValue) the \l position will be at its