From 7c250d86ae50109aeb029ee484c24dfcc5cdfc4b Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 16 Mar 2015 16:56:13 +0100 Subject: Imageformat plugin: Set mime type "image/svg+xml" QImageWriter::supportedMimeTypes() is missing "image/svg+xml", because it was missing in svg.json. Change-Id: Ica006e2a9e921deed5469c58f939b585dbf8c4ea Reviewed-by: aavit --- src/plugins/imageformats/svg/svg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/imageformats/svg/svg.json b/src/plugins/imageformats/svg/svg.json index c63e4c8..c8825d4 100644 --- a/src/plugins/imageformats/svg/svg.json +++ b/src/plugins/imageformats/svg/svg.json @@ -1,3 +1,4 @@ { - "Keys": [ "svg", "svgz" ] + "Keys": [ "svg", "svgz" ], + "MimeTypes": [ "image/svg+xml" ] } -- cgit v1.2.1