Skip to content
Commit 2cbbadb4 authored by Ingo Klöcker's avatar Ingo Klöcker
Browse files

Fix defaulting to last used directory when importing certificates

Use QFileDialog::getOpenFileNames() instead of
Kleo::FileDialog::getOpenFileNames(). The Kleo::FileDialog helpers
expects the ID of a directory and not the path of a directory.
Moreover, those helpers only cache the last used directory transiently
in memory which is of no use for us because we want to store this
information persistently.

GnuPG-bug-id: 5638
parent 1875d6d3
Pipeline #96384 passed with stage
in 14 minutes and 10 seconds
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