aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/key_generate/SubkeyGenerateDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-02-02 17:02:44 +0000
committersaturneric <[email protected]>2025-02-02 17:02:44 +0000
commit1e95a70ab32fcdb8ef42e7ce8df5ba40b1f251ab (patch)
tree8c9cdb0cf18d5a81f68d26ff229a5618bfd5920d /src/ui/dialog/key_generate/SubkeyGenerateDialog.h
parentfix: solve lower/upper case name conflict (diff)
downloadGpgFrontend-1e95a70ab32fcdb8ef42e7ce8df5ba40b1f251ab.tar.gz
GpgFrontend-1e95a70ab32fcdb8ef42e7ce8df5ba40b1f251ab.zip
feat: improve KeyGenerateDialog
Diffstat (limited to 'src/ui/dialog/key_generate/SubkeyGenerateDialog.h')
-rw-r--r--src/ui/dialog/key_generate/SubkeyGenerateDialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/key_generate/SubkeyGenerateDialog.h b/src/ui/dialog/key_generate/SubkeyGenerateDialog.h
index b8c525bd..ad47bbf2 100644
--- a/src/ui/dialog/key_generate/SubkeyGenerateDialog.h
+++ b/src/ui/dialog/key_generate/SubkeyGenerateDialog.h
@@ -31,8 +31,8 @@
#include <memory>
#include "core/function/gpg/GpgContext.h"
-#include "core/model/GpgGenKeyInfo.h"
#include "core/model/GpgKey.h"
+#include "core/model/GpgKeyGenerateInfo.h"
#include "core/typedef/GpgTypedef.h"
#include "core/utils/MemoryUtils.h"
#include "ui/GpgFrontendUI.h"
@@ -60,8 +60,8 @@ class SubkeyGenerateDialog : public GeneralDialog {
int current_gpg_context_channel_; ///<
GpgKey key_; ///<
- QSharedPointer<GenKeyInfo> gen_key_info_ =
- QSharedPointer<GenKeyInfo>::create(true); ///<
+ QSharedPointer<KeyGenerateInfo> gen_subkey_info_ =
+ QSharedPointer<KeyGenerateInfo>::create(true); ///<
QGroupBox* key_usage_group_box_{};
QDialogButtonBox* button_box_; ///< Box for standard buttons