mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kimgio: claim support for image/x-jp2-codestream MIME type in jp2 plugin
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e6b0f87542
commit
840491cda0
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@ QStringList JP2Plugin::keys() const
|
|||
QList<QByteArray> JP2Plugin::mimeTypes() const
|
||||
{
|
||||
static const QList<QByteArray> list = QList<QByteArray>()
|
||||
<< "image/jp2";
|
||||
<< "image/jp2"
|
||||
<< "image/x-jp2-codestream";
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue