aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 13:35:35 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 20:00:45 +0000
commitbef038177298134583775906933f8ce736905f39 (patch)
treea8fde926c8f348e8aaab89f39f5465b566800bd9 /src/imports/templates/plugins.qmltypes
parentd8d029ccc641dc4151b6fa998ebd415930835094 (diff)
Remove RangeSlider::track in favor of Control::background
In the series of minimalizing the delegate APIs. Change-Id: I11e519f5226bf44d18b42fd31276c5528b18ec46 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index 2604c6e8..6237f9be 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -465,7 +465,6 @@ Module {
Property { name: "stepSize"; type: "double" }
Property { name: "snapMode"; type: "SnapMode" }
Property { name: "orientation"; type: "Qt::Orientation" }
- Property { name: "track"; type: "QQuickItem"; isPointer: true }
Method {
name: "setValues"
Parameter { name: "firstValue"; type: "double" }