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>
This commit is contained in:
parent
0d3b3534ee
commit
1327526d8e
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user