mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Remove duplicated mime types from json files
Qt expects a bijection between keys and mime types.
This commit is contained in:
parent
a4d1f4db1d
commit
813a7bdddb
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Keys": [ "kra" ],
|
"Keys": [ "kra" ],
|
||||||
"MimeTypes": [ "application/x-krita", "application/x-krita" ]
|
"MimeTypes": [ "application/x-krita" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Keys": [ "ora" ],
|
"Keys": [ "ora" ],
|
||||||
"MimeTypes": [ "image/openraster", "image/openraster" ]
|
"MimeTypes": [ "image/openraster" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user