Skip to content

file_unix: don't call QMimeDatabase::mimeTypeForFile for directories

Méven Car requested to merge work/meven/file-unix-mime-dir into master

It is useless, and the caller probably already has the information.

This should help a test instability in MimeTypeFinderJobTest for the directory case.

Merge request reports