From a143a6f42f38d3636dd2f15a2e38937ee6ec449e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 6 Sep 2013 11:54:58 +0200 Subject: [PATCH] Doc: fix punctuation in qtcomponents docs. Change-Id: I99615577746ff8dcd4db740595438b23346654d4 Reviewed-by: Thomas Hartmann --- src/libs/qtcomponents/styleitem/qrangemodel.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libs/qtcomponents/styleitem/qrangemodel.cpp b/src/libs/qtcomponents/styleitem/qrangemodel.cpp index 8217ff3e44c..03f5758fb1c 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