aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickscrollindicator.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-07-31 14:14:41 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-08-04 13:37:55 +0000
commit1448ee0d1c02280aa33424f992b2f26d74615a43 (patch)
tree120037bdb11c29c0f5e1770bab8fb7a7508ca7e3 /src/controls/qquickscrollindicator.cpp
parent6a5abae266f20aed0bc5961cc0b4447d69599981 (diff)
Doc: Language edits to the existing Controls 2 documentation
Change-Id: I546b8ef2343ba189b67c53036ee59c2547a93615 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickscrollindicator.cpp')
-rw-r--r--src/controls/qquickscrollindicator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/qquickscrollindicator.cpp b/src/controls/qquickscrollindicator.cpp
index 3b27045d..a44db0cb 100644
--- a/src/controls/qquickscrollindicator.cpp
+++ b/src/controls/qquickscrollindicator.cpp
@@ -152,8 +152,8 @@ void QQuickScrollIndicator::setPosition(qreal position)
/*!
\qmlproperty bool QtQuickControls2::ScrollIndicator::active
- This property holds whether the indicator is active ie. when the attached
- Flickable is \l {Flickable::moving}{moving}.
+ This property holds whether the indicator is active, that is, when the
+ attached Flickable is \l {Flickable::moving}{moving}.
*/
bool QQuickScrollIndicator::isActive() const
{