summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/mng
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2012-11-26 12:18:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 17:12:18 +0100
commit7f5c46b18c9390da641d5c43431c3759c7453f46 (patch)
tree180027163d1196d8b2e9ca70639a7773a8f75f94 /src/plugins/imageformats/mng
parentfab273e6f4054100f06faaab54d634bfa3e14cd0 (diff)
downloadqtimageformats-7f5c46b18c9390da641d5c43431c3759c7453f46.tar.gz
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>
Diffstat (limited to 'src/plugins/imageformats/mng')
-rw-r--r--src/plugins/imageformats/mng/mng.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/imageformats/mng/mng.json b/src/plugins/imageformats/mng/mng.json
index 1083727..a09a13e 100644
--- a/src/plugins/imageformats/mng/mng.json
+++ b/src/plugins/imageformats/mng/mng.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "mng" ]
+ "Keys": [ "mng" ],
+ "MimeTypes": [ "image/x-mng" ]
}