aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-17 18:25:41 +0000
committersaturneric <[email protected]>2024-11-17 18:25:41 +0000
commitc924a5a44e9ba941381bca0bfa7cd5b32ceb2a63 (patch)
tree8e6fe935ccc2befce4de1d9481ff76c8032ff1ee /src/ui/UserInterfaceUtils.h
parentfeat: set max key db number to 8 (diff)
downloadGpgFrontend-c924a5a44e9ba941381bca0bfa7cd5b32ceb2a63.tar.gz
GpgFrontend-c924a5a44e9ba941381bca0bfa7cd5b32ceb2a63.zip
feat: auto import missing key after verify
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r--src/ui/UserInterfaceUtils.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index fd5de9de..650d049e 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -237,7 +237,7 @@ class CommonUtils : public QWidget {
*
* @param parent
*/
- void SlotImportKeyFromFile(QWidget* parentint, int channel);
+ void SlotImportKeyFromFile(QWidget* parent, int channel);
/**
* @brief
@@ -256,6 +256,14 @@ class CommonUtils : public QWidget {
/**
* @brief
*
+ * @param channel
+ */
+ void ImportKeyByKeyServerSyncModule(QWidget* parent, int channel,
+ const QList<QString>& fprs);
+
+ /**
+ * @brief
+ *
* @param ctx_channel
* @param key_ids
* @param callback