diff options
author | Saturneric <[email protected]> | 2022-02-06 05:29:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-06 05:29:01 +0000 |
commit | a2d75efab5dca4e9a9721afef61cad0f62d4825f (patch) | |
tree | e2d9647e68d7ef9f47cfe3e6b3100ef8aed076f8 /src/ui/key_generate/KeygenDialog.cpp | |
parent | <chore>(project, ci): Make the Windows platform pass the compilation (diff) | |
download | GpgFrontend-a2d75efab5dca4e9a9721afef61cad0f62d4825f.tar.gz GpgFrontend-a2d75efab5dca4e9a9721afef61cad0f62d4825f.zip |
<refactor>(core, ui): Adjust the core code directory structure.
Diffstat (limited to '')
-rw-r--r-- | src/ui/key_generate/KeygenDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/key_generate/KeygenDialog.cpp b/src/ui/key_generate/KeygenDialog.cpp index 06fa79a5..826a00af 100644 --- a/src/ui/key_generate/KeygenDialog.cpp +++ b/src/ui/key_generate/KeygenDialog.cpp @@ -29,7 +29,7 @@ #include "ui/key_generate/KeygenDialog.h" #include "dialog/WaitingDialog.h" -#include "core/function/GpgKeyOpera.h" +#include "core/function/gpg/GpgKeyOpera.h" #include "ui/SignalStation.h" #include "ui/settings/GlobalSettingStation.h" |