From 813a7bdddb9504dadca30daf5b22e1cd429bb8fc Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Fri, 25 May 2018 14:32:11 +0300 Subject: [PATCH] Remove duplicated mime types from json files Qt expects a bijection between keys and mime types. --- src/imageformats/kra.json | 3 +-- src/imageformats/ora.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/imageformats/kra.json b/src/imageformats/kra.json index 00755ab..6307531 100644 --- a/src/imageformats/kra.json +++ b/src/imageformats/kra.json @@ -1,5 +1,4 @@ { "Keys": [ "kra" ], - "MimeTypes": [ "application/x-krita", "application/x-krita" ] + "MimeTypes": [ "application/x-krita" ] } - diff --git a/src/imageformats/ora.json b/src/imageformats/ora.json index 24e9ced..c12d7f8 100644 --- a/src/imageformats/ora.json +++ b/src/imageformats/ora.json @@ -1,5 +1,4 @@ { "Keys": [ "ora" ], - "MimeTypes": [ "image/openraster", "image/openraster" ] + "MimeTypes": [ "image/openraster" ] } -