aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-20 06:56:33 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 16:20:01 +0000
commit1cec731d40f6ed8a7755c9e3c0d100afbe099ed8 (patch)
tree39ab87e852f576f7fd94e6d2572f07bd35dabe89 /src/imports/controls/plugins.qmltypes
parente33b80dbc2dc696610e8ceee5d63e13c6f8edeb8 (diff)
ScrollIndicator: use contentItem instead of indicator
Thanks to virtual resizeContent() we can finally use contentItem like everywhere else, and cleanup the special indicator item. Change-Id: Ia2bd62684d49a05c199e490750a31c13d2c22182 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/plugins.qmltypes')
-rw-r--r--src/imports/controls/plugins.qmltypes1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/controls/plugins.qmltypes b/src/imports/controls/plugins.qmltypes
index e8083e6b..08597083 100644
--- a/src/imports/controls/plugins.qmltypes
+++ b/src/imports/controls/plugins.qmltypes
@@ -529,7 +529,6 @@ Module {
Property { name: "position"; type: "double" }
Property { name: "active"; type: "bool" }
Property { name: "orientation"; type: "Qt::Orientation" }
- Property { name: "indicator"; type: "QQuickItem"; isPointer: true }
Method {
name: "setSize"
Parameter { name: "size"; type: "double" }