aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-06-05 11:39:38 +0000
committerSaturneric <[email protected]>2022-06-05 11:40:22 +0000
commit96009aba6df716ac3abdae1acdfa32125681bbf1 (patch)
tree5dc8e78ea5903a85062676ac69fb41abcc611ef1 /src/ui/UserInterfaceUtils.h
parentfix(ui): fix crash when start app. (diff)
downloadGpgFrontend-96009aba6df716ac3abdae1acdfa32125681bbf1.tar.gz
GpgFrontend-96009aba6df716ac3abdae1acdfa32125681bbf1.zip
fix: fix some issues
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
Diffstat (limited to '')
-rw-r--r--src/ui/UserInterfaceUtils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index bfd8a3ae..bcfa28d2 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -110,6 +110,16 @@ void process_operation(
/**
* @brief
*
+ * @param parent
+ * @param key_id
+ * @param key_server
+ */
+void import_key_from_keyserver(QWidget* parent, const std::string& key_id,
+ const std::string& key_server);
+
+/**
+ * @brief
+ *
*/
class CommonUtils : public QWidget {
Q_OBJECT