The source project of this merge request has been removed.
KFileItem: use passed mimeType to determine isDir
This allows the KFileItem ctor with mimetype to skip any stat call to determine isDir() solely based on passed mimetype which in turn allows to determine iconName without any FS access.
This allows the KFileItem ctor with mimetype to act as if KFileItem::SkipMimeTypeFromContent was set except it will allow to have mimetype for directories.
Edited by Méven Car