diff options
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r-- | keygendialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp index 0778b0c..75116c6 100644 --- a/keygendialog.cpp +++ b/keygendialog.cpp @@ -167,7 +167,8 @@ void KeyGenDialog::keyGenAccept() KgpgCore::ALGO_RSA_RSA, keySizeSpinBox->cleanText().toInt(), 0, - 'd'); + 'd', + passwordEdit->text()); genkey->start(); |