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/KeyMgmt.cpp | |
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/KeyMgmt.cpp')
-rwxr-xr-x | src/ui/KeyMgmt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/KeyMgmt.cpp b/src/ui/KeyMgmt.cpp index 8036b120..99647571 100755 --- a/src/ui/KeyMgmt.cpp +++ b/src/ui/KeyMgmt.cpp @@ -31,6 +31,7 @@ #include "gpg/function/GpgKeyOpera.h" #include "ui/SignalStation.h" #include "ui/UserInterfaceUtils.h" +#include "ui/keygen/SubkeyGenerateDialog.h" #include "ui/settings/GlobalSettingStation.h" namespace GpgFrontend::UI { |