diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/key_generate/KeygenDialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/key_generate/KeygenDialog.h b/src/ui/dialog/key_generate/KeygenDialog.h index 8e424094..ceab3d46 100644 --- a/src/ui/dialog/key_generate/KeygenDialog.h +++ b/src/ui/dialog/key_generate/KeygenDialog.h @@ -91,9 +91,8 @@ class KeyGenDialog : public GeneralDialog { ///< entries of line edits std::shared_ptr<GenKeyInfo> gen_key_info_ = - SecureCreateSharedObject<GenKeyInfo>(); ///< - std::shared_ptr<GenKeyInfo> gen_subkey_info_ = - SecureCreateSharedObject<GenKeyInfo>(); ///< + SecureCreateSharedObject<GenKeyInfo>(); ///< + std::shared_ptr<GenKeyInfo> gen_subkey_info_ = nullptr; ///< QDialogButtonBox* button_box_; ///< Box for standard buttons QLabel* error_label_{}; ///< Label containing error message |