QImage plugins should report supported mime types
Extend JSON plugin descriptions with supported MIME types. Task-number: QTBUG-28177 Change-Id: If8e64a4a0f052718510383a74622598d741640d3 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
fab273e6f4
commit
7f5c46b18c
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"Keys": [ "mng" ]
|
"Keys": [ "mng" ],
|
||||||
|
"MimeTypes": [ "image/x-mng" ]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"Keys": [ "tga" ]
|
"Keys": [ "tga" ],
|
||||||
|
"MimeTypes": [ "image/x-tga" ]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"Keys": [ "tiff", "tif" ]
|
"Keys": [ "tiff", "tif" ],
|
||||||
|
"MimeTypes": [ "image/tiff", "image/tiff" ]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"Keys": [ "wbmp" ]
|
"Keys": [ "wbmp" ],
|
||||||
|
"MimeTypes": [ "image/vnd.wap.wbmp" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue