diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2017-01-26 11:48:47 +0100 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2017-01-26 13:52:16 +0000 |
commit | 1327526d8eae28926b9cb9168d88df614fe87355 (patch) | |
tree | 1efa13ac953ee2e36ccf2cc353623d9d7e21a754 /src/widgets/configure.json | |
parent | 0d3b3534ee2828f760c4c9e79afa7336e57e12f8 (diff) | |
download | qtbase-1327526d8eae28926b9cb9168d88df614fe87355.tar.gz |
Remove duplicated feature definition
The "spinbox" feature was defined twice, and in two different ways.
Change-Id: Iabc8939036e2166c5c5a417181ae8fb244829123
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-rw-r--r-- | src/widgets/configure.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json index 84500bff21..e7007f71b7 100644 --- a/src/widgets/configure.json +++ b/src/widgets/configure.json @@ -173,7 +173,7 @@ "label": "QSpinBox", "purpose": "Provides spin boxes handling integers and discrete sets of values.", "section": "Widgets", - "condition": "features.spinwidget && features.lineedit && features.validator", + "condition": "features.lineedit && features.validator", "output": [ "publicFeature", "feature" ] }, "tabbar": { @@ -332,12 +332,6 @@ "condition": "features.graphicsview", "output": [ "publicFeature", "feature" ] }, - "spinbox": { - "label": "QSpinBox", - "purpose": "Provides spinbox control widgets.", - "section": "Widgets", - "output": [ "publicFeature", "feature" ] - }, "textedit": { "label": "QTextEdit", "purpose": "Supports rich text editing.", |