mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
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:
parent
d84dd15cdf
commit
2a7c6ee1aa
5 changed files with 1 additions and 6 deletions
|
@ -47,4 +47,3 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KIMG_ICO_H
|
#endif // KIMG_ICO_H
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,3 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KIMG_JP2_H
|
#endif // KIMG_JP2_H
|
||||||
|
|
||||||
|
|
|
@ -54,4 +54,3 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KIMG_JPG_H
|
#endif // KIMG_JPG_H
|
||||||
|
|
||||||
|
|
|
@ -47,4 +47,3 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KIMG_RAW_H
|
#endif // KIMG_RAW_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue