mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kimgio: add image/jpx and image/jpm to the jp2 plugin MIME types list
note to self: same header/magic as the one mentioned in RFC 3745 Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e400b6841e
commit
d33233d7ab
1 changed files with 3 additions and 1 deletions
|
@ -299,7 +299,9 @@ QList<QByteArray> JP2Plugin::mimeTypes() const
|
|||
{
|
||||
static const QList<QByteArray> list = QList<QByteArray>()
|
||||
<< "image/jp2"
|
||||
<< "image/x-jp2-codestream";
|
||||
<< "image/x-jp2-codestream"
|
||||
<< "image/jpx"
|
||||
<< "image/jpm";
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue