Skip to content

Fix MIME types in "Import video animation"

Alvin Wong requested to merge alvinwong/krita:alvin/filedlg-mime-fixes into master

This changes KoFileDialog to follow QFileDialog's convention of using "application/octet-stream" to represent "All files (*)" (https://doc.qt.io/qt-5/qfiledialog.html#setMimeTypeFilters).

Merge request reports