Skip to content
Commit 5c86cccc authored by Jan Felix Langenbach's avatar Jan Felix Langenbach Committed by Elvis Angelaccio
Browse files

Fix handling of MIME subtypes of compressed tar archives.

Change determineMimeType in mimetypes.cpp to use
QMimeType.inherits() instead of QMimeType.operator== when
checking if the MIME type determined from the file extension
is that of a compressed tar archive.
This fixes the handling of files that use MIME subtypes of
application/x-compressed-tar etc. This is needed to be able to
extract ALPM packages used by Arch Linux.
See bug 416092.
parent c42a4545
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment