Skip to content

Fix regression in outputFileExtension

Ingo Klöcker requested to merge work/kloecker/fix-outputfileextension into kf5

We have to use a QMap (or some other container) which keeps the order (sorted by extension) of the entries because the order incidentally puts "gpg" before "pgp", so that "gpg" is preferred over "pgp" when iterating over the entries looking for an entry matching the classification.

Fixes-commit: 2ba6334d GnuPG-bug-id: 6726

Merge request reports