summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-20 21:57:17 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-21 06:53:46 +0000
commit45104dff04f938cc5d40698fca518b317b53083e (patch)
tree3d3a365671b21664068393fc9978a3b4fcfd1b1d /src/widgets
parent72b3fa702ab9ea7cc2252ef33a72a791aa032058 (diff)
Remove wrong features.rubberband condition of features.itemviews
Change-Id: I0eff127baba2f8677ae08bb18ef0b4bb742d7b6e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index f84feb5761..f0fce9b52b 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -93,7 +93,7 @@
"label": "The Model/View Framework",
"purpose": "Provides the model/view architecture managing the relationship between data and the way it is presented to the user.",
"section": "ItemViews",
- "condition": "features.itemmodel && features.rubberband && features.scrollarea",
+ "condition": "features.itemmodel && features.scrollarea",
"output": [ "publicFeature", "feature" ]
},
"treewidget": {