kimgio: remove image/jpm MIME type from the list in jp2 plugin

apparently it cannot open it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-26 19:06:46 +03:00
parent d84dd15cdf
commit 2a7c6ee1aa
5 changed files with 1 additions and 6 deletions

View file

@ -47,4 +47,3 @@ public:
}; };
#endif // KIMG_ICO_H #endif // KIMG_ICO_H

View file

@ -298,8 +298,7 @@ QList<QByteArray> JP2Plugin::mimeTypes() const
static const QList<QByteArray> list = QList<QByteArray>() static const QList<QByteArray> list = QList<QByteArray>()
<< "image/jp2" << "image/jp2"
<< "image/x-jp2-codestream" << "image/x-jp2-codestream"
<< "image/jpx" << "image/jpx";
<< "image/jpm";
return list; return list;
} }

View file

@ -47,4 +47,3 @@ public:
}; };
#endif // KIMG_JP2_H #endif // KIMG_JP2_H

View file

@ -54,4 +54,3 @@ public:
}; };
#endif // KIMG_JPG_H #endif // KIMG_JPG_H

View file

@ -47,4 +47,3 @@ public:
}; };
#endif // KIMG_RAW_H #endif // KIMG_RAW_H