aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/key_generate/KeygenDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-03-30 16:06:26 +0000
committerSaturneric <[email protected]>2023-03-30 16:06:26 +0000
commitb741fc6d1c68241ac178a881e7daeb60c27a451e (patch)
tree987f8302ebc9e3c7b86255eca21bffa76693ac58 /src/ui/dialog/key_generate/KeygenDialog.h
parentfeat: improve key generation ui operations (diff)
downloadGpgFrontend-b741fc6d1c68241ac178a881e7daeb60c27a451e.tar.gz
GpgFrontend-b741fc6d1c68241ac178a881e7daeb60c27a451e.zip
feat: add an option to use pinentry
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/key_generate/KeygenDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/key_generate/KeygenDialog.h b/src/ui/dialog/key_generate/KeygenDialog.h
index a1d7f39a..31b5f9c7 100644
--- a/src/ui/dialog/key_generate/KeygenDialog.h
+++ b/src/ui/dialog/key_generate/KeygenDialog.h
@@ -103,6 +103,7 @@ class KeyGenDialog : public GeneralDialog {
///< of the Key
QDateTime max_date_time_; ///<
std::vector<QCheckBox*> key_usage_check_boxes_; ///< ENCR, SIGN, CERT, AUTH
+ bool use_pinentry_ = false;
/**
* @brief