diff options
author | Saturneric <[email protected]> | 2022-01-03 20:24:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-03 20:24:01 +0000 |
commit | 5cc72a35de7128ed586830eb90f705fc3ee3cbbf (patch) | |
tree | 845bf1472f1da1dbea8efe7d0b977cfcbb493e01 /src/ui/KeyServerImportDialog.h | |
parent | <fix, feature>(core, ui): add key in smart card support. (diff) | |
download | GpgFrontend-5cc72a35de7128ed586830eb90f705fc3ee3cbbf.tar.gz GpgFrontend-5cc72a35de7128ed586830eb90f705fc3ee3cbbf.zip |
<fix, feature>(core, ui): key package import.
1. use gpgme_op_export_keys as multiply keys export.
2. improve ui.
3. write key package import done.
Diffstat (limited to 'src/ui/KeyServerImportDialog.h')
-rw-r--r-- | src/ui/KeyServerImportDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.h b/src/ui/KeyServerImportDialog.h index 508fb42d..e3761f5c 100644 --- a/src/ui/KeyServerImportDialog.h +++ b/src/ui/KeyServerImportDialog.h @@ -53,7 +53,7 @@ class KeyServerImportDialog : public QDialog { void slotSearchFinished(); - void slotImportFinished(QString keyid); + void slotImportFinished(const QString& keyid); void slotSearch(); |