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:
Ulf Hermann 2016-12-29 17:19:14 +01:00
parent 9ba39c4b05
commit b49660bba4

View File

@ -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": {