Skip to content

fix(import): Allowing .mt940 files to be imported

Antoni Duda requested to merge ava/skrooge:master into master

Previously two separate filters had the same description. Since the description is used as QMap key in SKGImportExportManager::getImportMimeTypeFilter all but last mime type get overwritten. Causing in this case .mt940 files to be ignored.

Merge request reports