aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairUIDTab.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-29 04:43:00 +0000
committerSaturneric <[email protected]>2021-11-29 04:47:06 +0000
commit839878e0a2c5dff8ed9d9422aaeebeee0e5ba964 (patch)
tree2b93ba3943053871ba39fd1b80966521bd77b4e8 /src/ui/keypair_details/KeyPairUIDTab.h
parentFix Known Bugs. (diff)
downloadGpgFrontend-839878e0a2c5dff8ed9d9422aaeebeee0e5ba964.tar.gz
GpgFrontend-839878e0a2c5dff8ed9d9422aaeebeee0e5ba964.zip
Solve uid management, related update and other known issues.
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{};