aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairUIDTab.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/keypair_details/KeyPairUIDTab.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ui/keypair_details/KeyPairUIDTab.h b/src/ui/keypair_details/KeyPairUIDTab.h
index 58d0bc2a..1f88e7b7 100644
--- a/src/ui/keypair_details/KeyPairUIDTab.h
+++ b/src/ui/keypair_details/KeyPairUIDTab.h
@@ -25,11 +25,10 @@
#ifndef GPGFRONTEND_KEYPAIRUIDTAB_H
#define GPGFRONTEND_KEYPAIRUIDTAB_H
-#include "gpg/GpgContext.h"
-#include "ui/GpgFrontendUI.h"
-
#include "KeyNewUIDDialog.h"
#include "KeyUIDSignDialog.h"
+#include "gpg/GpgContext.h"
+#include "ui/GpgFrontendUI.h"
namespace GpgFrontend::UI {
@@ -39,6 +38,9 @@ class KeyPairUIDTab : public QWidget {
public:
KeyPairUIDTab(const std::string& key_id, QWidget* parent);
+ signals:
+ void signalUpdateUIDInfo();
+
private:
GpgKey mKey;
QTableWidget* uidList{};