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 /src/ui/keypair_details/KeyPairDetailTab.cpp | |
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-- | src/ui/keypair_details/KeyPairDetailTab.cpp (renamed from src/ui/KeyPairDetailTab.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyPairDetailTab.cpp b/src/ui/keypair_details/KeyPairDetailTab.cpp index 30be2a77..6974157f 100644 --- a/src/ui/KeyPairDetailTab.cpp +++ b/src/ui/keypair_details/KeyPairDetailTab.cpp @@ -2,7 +2,7 @@ // Created by eric on 2021/5/21. // -#include "ui/KeyPairDetailTab.h" +#include "ui/keypair_details/KeyPairDetailTab.h" KeyPairDetailTab::KeyPairDetailTab(GpgME::GpgContext *ctx, const GpgKey &key, QWidget *parent) : QWidget(parent) { |