aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickrangeslider.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-06-29 12:00:47 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-06-29 10:17:07 +0000
commit711bcee81ee31e36819372e51f637897b45a439f (patch)
tree2513d4b5709be8fbc330c5fcce11f0f8a4ff20ae /src/quicktemplates2/qquickrangeslider.cpp
parentd41d0aecbf64c5d22e05a96f94e9c11c934cfe1a (diff)
Doc: fix from/to sentence in first & second docs
Task-number: QTBUG-61647 Change-Id: I090017082de3287fd59f825d1cff01842a5ab5f8 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickrangeslider.cpp')
-rw-r--r--src/quicktemplates2/qquickrangeslider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickrangeslider.cpp b/src/quicktemplates2/qquickrangeslider.cpp
index 2fadc43f..db2d74e6 100644
--- a/src/quicktemplates2/qquickrangeslider.cpp
+++ b/src/quicktemplates2/qquickrangeslider.cpp
@@ -632,7 +632,7 @@ void QQuickRangeSlider::setTo(qreal to)
\li This property holds the value of the first handle in the range
\c from - \c to.
- If \l to is greater than \l from, the value of the first handle
+ If \l from is greater than \l to, the value of the first handle
must be greater than the second, and vice versa.
The default value is \c 0.0.
@@ -689,7 +689,7 @@ QQuickRangeSliderNode *QQuickRangeSlider::first() const
\li This property holds the value of the second handle in the range
\c from - \c to.
- If \l to is greater than \l from, the value of the first handle
+ If \l from is greater than \l to, the value of the first handle
must be greater than the second, and vice versa.
The default value is \c 0.0.