Commit 7f5c46b1 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen Committed by The Qt Project
Browse files

QImage plugins should report supported mime types


Extend JSON plugin descriptions with supported MIME types.

Task-number: QTBUG-28177

Change-Id: If8e64a4a0f052718510383a74622598d741640d3
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent fab273e6
Branches
Tags
No related merge requests found
Showing with 8 additions and 4 deletions
{
"Keys": [ "mng" ]
"Keys": [ "mng" ],
"MimeTypes": [ "image/x-mng" ]
}
{
"Keys": [ "tga" ]
"Keys": [ "tga" ],
"MimeTypes": [ "image/x-tga" ]
}
{
"Keys": [ "tiff", "tif" ]
"Keys": [ "tiff", "tif" ],
"MimeTypes": [ "image/tiff", "image/tiff" ]
}
{
"Keys": [ "wbmp" ]
"Keys": [ "wbmp" ],
"MimeTypes": [ "image/vnd.wap.wbmp" ]
}
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