diff options
author | saturneric <[email protected]> | 2025-02-01 23:39:29 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-01 23:39:29 +0000 |
commit | cd4a1f749bea0a15df9f4f9dd5d7e18c6466e3ce (patch) | |
tree | 22fbe8984535ef776b14a40b6bf38bd05f062028 /src/ui/main_window/KeyMgmt.cpp | |
parent | feat: upgrade KeyGenDialog to meet easy and advanced requirements (diff) | |
download | GpgFrontend-cd4a1f749bea0a15df9f4f9dd5d7e18c6466e3ce.tar.gz GpgFrontend-cd4a1f749bea0a15df9f4f9dd5d7e18c6466e3ce.zip |
fix: solve lower/upper case name conflict
Diffstat (limited to '')
-rw-r--r-- | src/ui/main_window/KeyMgmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/KeyMgmt.cpp b/src/ui/main_window/KeyMgmt.cpp index f4b06f86..f83226ed 100644 --- a/src/ui/main_window/KeyMgmt.cpp +++ b/src/ui/main_window/KeyMgmt.cpp @@ -41,7 +41,7 @@ #include "ui/UserInterfaceUtils.h" #include "ui/dialog/import_export/ExportKeyPackageDialog.h" #include "ui/dialog/import_export/KeyImportDetailDialog.h" -#include "ui/dialog/key_generate/KeyGenDialog.h" +#include "ui/dialog/key_generate/KeyGenerateDialog.h" #include "ui/dialog/key_generate/SubkeyGenerateDialog.h" #include "ui/dialog/keypair_details/KeyDetailsDialog.h" #include "ui/function/GpgOperaHelper.h" |