summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.json
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-06-03 11:26:24 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-06-04 19:11:19 +0200
commit94dcb5454f0f8f144568dff7a9dd1316046ee197 (patch)
tree7da0e7c6708999abc9b4cd88ee7e83aa996b18e2 /src/widgets/configure.json
parent5781ef2013160ba3810ad7df399aa79be085cd6c (diff)
Remove the deprecated QDirModel
QFileSystemModel is the documented replacement. It uses threads to populate the model, which QDirModel doesn't. Change-Id: I7818ecd8f849eb566ac176612f382e17a0471c47 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/widgets/configure.json')
-rw-r--r--src/widgets/configure.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/widgets/configure.json b/src/widgets/configure.json
index 6634ca0059..7fd45250a3 100644
--- a/src/widgets/configure.json
+++ b/src/widgets/configure.json
@@ -496,7 +496,6 @@
"features.combobox",
"features.dialog",
"features.dialogbuttonbox",
- "features.dirmodel",
"features.label",
"features.proxymodel",
"features.splitter",
@@ -577,13 +576,6 @@
],
"output": [ "publicFeature", "feature" ]
},
- "dirmodel": {
- "label": "QDirModel",
- "purpose": "Provides a data model for the local filesystem.",
- "section": "ItemViews",
- "condition": "features.itemviews && features.filesystemmodel",
- "output": [ "publicFeature", "feature" ]
- },
"listview": {
"label": "QListView",
"purpose": "Provides a list or icon view onto a model.",