diff options
author | Saturneric <[email protected]> | 2021-12-02 22:44:09 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-04 19:28:28 +0000 |
commit | ea7c0113486f336f3fe14435e1ce5eb55ad4eca9 (patch) | |
tree | 8f1c5c61be4d55df5e7efad79e16f9c0212510db /src/ui/KeyServerImportDialog.h | |
parent | Fixed (diff) | |
download | GpgFrontend-ea7c0113486f336f3fe14435e1ce5eb55ad4eca9.tar.gz GpgFrontend-ea7c0113486f336f3fe14435e1ce5eb55ad4eca9.zip |
Fixed
1. Ci Fixed for New Version.
2. Bugs fixed for cross-platform.
3. Bugs fixed for i18n.
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 d7f3364d..67571f2f 100644 --- a/src/ui/KeyServerImportDialog.h +++ b/src/ui/KeyServerImportDialog.h @@ -53,7 +53,7 @@ class KeyServerImportDialog : public QDialog { void slotSearchFinished(); - void slotImportFinished(); + void slotImportFinished(QString keyid); void slotSearch(); |