summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.json
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/tga/tga.json
parentfab273e6f4054100f06faaab54d634bfa3e14cd0 (diff)
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/tga/tga.json')
-rw-r--r--src/plugins/imageformats/tga/tga.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/imageformats/tga/tga.json b/src/plugins/imageformats/tga/tga.json
index c4d10e6..7032405 100644
--- a/src/plugins/imageformats/tga/tga.json
+++ b/src/plugins/imageformats/tga/tga.json
@@ -1,3 +1,4 @@
{
- "Keys": [ "tga" ]
+ "Keys": [ "tga" ],
+ "MimeTypes": [ "image/x-tga" ]
}