Skip to content
Commit b23ce5ed authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Sort filters in AddDialog

The filters should be sorted alphabetically. This was implemented by
converting the QStringList to a QMap with QMimeType.comment() as key,
since QMaps are always sorted by key. The QMap is then converted back to
a QStringList and set as filter for the KFileWidget.
parent 30f90380
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment