diff options
author | Saturneric <[email protected]> | 2022-01-23 13:17:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-23 13:17:48 +0000 |
commit | b5f212842dc0c2dd6356bf49a28b5d433bc8ad17 (patch) | |
tree | b415a88c7a0d20b18fba40efa65a206b808fc22f /src/ui/keypair_details/KeyPairOperaTab.cpp | |
parent | <refactor>(ui): tidy up codes and comments. (diff) | |
download | GpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.tar.gz GpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.zip |
<refactor, style>(gpg, ui, project): tidy up codes and comments.
1. let GpgInfo get into namespace GpgFrontend.
2. adjust the code structure.
3. add license statement to project configuration file.
Diffstat (limited to '')
-rw-r--r-- | src/ui/keypair_details/KeyPairOperaTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyPairOperaTab.cpp b/src/ui/keypair_details/KeyPairOperaTab.cpp index dd8d8367..ae3d3044 100644 --- a/src/ui/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/keypair_details/KeyPairOperaTab.cpp @@ -28,7 +28,7 @@ #include "gpg/function/GpgKeyImportExporter.h" #include "gpg/function/GpgKeyOpera.h" -#include "ui/KeyUploadDialog.h" +#include "import_export/KeyUploadDialog.h" #include "ui/SignalStation.h" #include "ui/UserInterfaceUtils.h" #include "ui/keypair_details/KeySetExpireDateDialog.h" |