Make filesystemmodel feature depend on itemmodel
QFileSystemModel inherits from QAbstractItemModel, so it has to be disabled if the latter is not available. Change-Id: Ifc56f7e311d84bd15e8b4ed95d67bf9ad9aba888 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
9ba39c4b05
commit
b49660bba4
@ -86,6 +86,7 @@
|
||||
"label": "QFileSystemModel",
|
||||
"purpose": "Provides a data model for the local filesystem.",
|
||||
"section": "File I/O",
|
||||
"condition": "features.itemmodel",
|
||||
"output": [ "publicFeature", "feature" ]
|
||||
},
|
||||
"itemviews": {
|
||||
|
Loading…
Reference in New Issue
Block a user