Home GnuPG

Fix defaulting to last used directory when importing certificates

Description

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.

Details

Provenance
ikloeckerAuthored on Nov 11 2021, 4:18 PM
Parents
rKLEOPATRA1875d6d383bf: Add user interface markers to some UI elements
Branches
Unknown
Tags
Unknown
Tasks
T5638: Make Kleopatra group configuration exportable