diff options
author | Saturneric <[email protected]> | 2022-01-02 09:12:00 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-02 09:12:00 +0000 |
commit | 49ec72e3d58da085c3e5e002812065675094ed48 (patch) | |
tree | 8c1eb8cc06834ad8d4625d8892f972d9ef04b839 /src/ui/keypair_details/KeyDetailsDialog.h | |
parent | <feat, refactor>(ui): change smtp test to multiply thread (diff) | |
download | GpgFrontend-49ec72e3d58da085c3e5e002812065675094ed48.tar.gz GpgFrontend-49ec72e3d58da085c3e5e002812065675094ed48.zip |
<refactor>(ui): take operations apart from key details.
Diffstat (limited to 'src/ui/keypair_details/KeyDetailsDialog.h')
-rw-r--r-- | src/ui/keypair_details/KeyDetailsDialog.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/keypair_details/KeyDetailsDialog.h b/src/ui/keypair_details/KeyDetailsDialog.h index 51fc01cf..72ae3f57 100644 --- a/src/ui/keypair_details/KeyDetailsDialog.h +++ b/src/ui/keypair_details/KeyDetailsDialog.h @@ -25,9 +25,6 @@ #ifndef __KEYDETAILSDIALOG_H__ #define __KEYDETAILSDIALOG_H__ -#include "KeyPairDetailTab.h" -#include "KeyPairSubkeyTab.h" -#include "KeyPairUIDTab.h" #include "gpg/GpgContext.h" #include "ui/GpgFrontendUI.h" |