From fb9ec8ad44decba7b2878370f3711b61614f035a Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 19 Aug 2020 13:40:34 +0200 Subject: Move QFileSystemModel into QtGui This requires a QAbstractFileIconProvider in QtGui, as the standard QFileIconProvider depends on QStyle, and cannot be moved out of QtWidgets. QAbstractFileIconProvider returns strings for file types, but returns no icons yet. Support for a default icon set might be added in a follow-up commit. Change-Id: Ib9d095cd612fdcf04db62f2e40709fcffe3dc2b7 Fixes: QTBUG-66177 Reviewed-by: Fabian Kosmale --- src/gui/configure.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/configure.json') diff --git a/src/gui/configure.json b/src/gui/configure.json index a88ce54360..a29f870f05 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -1548,6 +1548,13 @@ "condition": "features.itemmodel", "output": [ "publicFeature", "feature" ] }, + "filesystemmodel": { + "label": "QFileSystemModel", + "purpose": "Provides a data model for the local filesystem.", + "section": "File I/O", + "condition": "features.itemmodel", + "output": [ "publicFeature", "feature" ] + }, "imageformatplugin": { "label": "QImageIOPlugin", "purpose": "Provides a base for writing a image format plugins.", -- cgit v1.2.3