aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ScrollIndicator.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-23 13:21:14 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-23 13:59:52 +0000
commita7a5cf66eeee8754e9a8e156396d1540fc2c2c85 (patch)
treed40c34abfd3d0ade0b1add81f00699fbdc6d5555 /src/imports/controls/ScrollIndicator.qml
parenta6bcd2624533ed00ce5cc1dd50ffbb042be5cb93 (diff)
Docs: Customizing Qt Quick Controls 2
Change-Id: I6fa85e9fa9a2f7c98ec751786271a60c6c050db5 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ScrollIndicator.qml')
-rw-r--r--src/imports/controls/ScrollIndicator.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/controls/ScrollIndicator.qml b/src/imports/controls/ScrollIndicator.qml
index 71a50ebd..4ad989f6 100644
--- a/src/imports/controls/ScrollIndicator.qml
+++ b/src/imports/controls/ScrollIndicator.qml
@@ -49,6 +49,7 @@ AbstractScrollIndicator {
padding: 2
+ //! [indicator]
indicator: Rectangle {
id: indicator
@@ -81,4 +82,5 @@ AbstractScrollIndicator {
}
]
}
+ //! [indicator]
}