aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 13:21:48 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 20:00:39 +0000
commitd8d029ccc641dc4151b6fa998ebd415930835094 (patch)
tree71bdc5657bcfee6161e9cd2569626f44a9f4da2d /src/imports/controls/plugins.qmltypes
parent09e0e044c379a78f539400e7a4a1bbb109148639 (diff)
Remove Slider::track in favor of Control::background
In the series of minimalizing the delegate APIs. Change-Id: I664f4227ff55876be2594c8855dacc7c92eddc94 Reviewed-by: J-P Nurmi <jpnurmi@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 3df8d825..ce3b528c 100644
--- a/src/imports/controls/plugins.qmltypes
+++ b/src/imports/controls/plugins.qmltypes
@@ -569,7 +569,6 @@ Module {
Property { name: "pressed"; type: "bool" }
Property { name: "orientation"; type: "Qt::Orientation" }
Property { name: "handle"; type: "QQuickItem"; isPointer: true }
- Property { name: "track"; type: "QQuickItem"; isPointer: true }
Method { name: "increase" }
Method { name: "decrease" }
}