summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-20 20:12:20 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-21 05:46:59 +0000
commit38bedf34c9190e3ab7d662eed39a1248698095d8 (patch)
treec7b8f99f63e930a828777dbf7d5bcf785a22fcbb /src/widgets/configure.json
parent903a59042e4017d851d8b32f2f8568fd36aeb2c8 (diff)
Remove wrong features.rubberband condition of features.dockwidget
Change-Id: I8259274e7eba7943eb3a944a18fa8b598eb697d7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-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 ab8ced3849..ec3dedca6a 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -304,7 +304,7 @@
"label": "QDockwidget",
"purpose": "Supports docking widgets inside a QMainWindow or floated as a top-level window on the desktop.",
"section": "Widgets",
- "condition": "features.rubberband && features.mainwindow",
+ "condition": "features.mainwindow",
"output": [ "publicFeature", "feature" ]
},
"mdiarea": {