diff options
author | Saturneric <[email protected]> | 2021-05-22 05:40:29 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-22 05:40:29 +0000 |
commit | dca700701e034a4862361645030de79e1dfc33e0 (patch) | |
tree | 4e2d483d3908be6edaff23320fe633e7255d1c06 /include/ui/keypair_details/KeyDetailsDialog.h | |
parent | popupMenu now Exec When mKeyList HAS item(s) Selected. (diff) | |
download | GpgFrontend-dca700701e034a4862361645030de79e1dfc33e0.tar.gz GpgFrontend-dca700701e034a4862361645030de79e1dfc33e0.zip |
Expand and improve GpgKey;
Modify project structure, separate KeyPairDetail from other ui files;
Add New Tab and Write the Code for KeyPair Details Dialog;
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | include/ui/keypair_details/KeyDetailsDialog.h (renamed from include/ui/KeyDetailsDialog.h) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/KeyDetailsDialog.h b/include/ui/keypair_details/KeyDetailsDialog.h index 1ad2d133..94fb1223 100644 --- a/include/ui/KeyDetailsDialog.h +++ b/include/ui/keypair_details/KeyDetailsDialog.h @@ -27,7 +27,8 @@ #include "gpg/GpgContext.h" #include "KeyPairDetailTab.h" -#include <gpgme.h> +#include "KeyPairUIDTab.h" +#include "KeyPairSubkeyTab.h" class KeyDetailsDialog : public QDialog { Q_OBJECT |