aboutsummaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 8455387..bc61314 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -61,6 +61,7 @@ private:
QLineEdit *passwordEdit; /** Lineedit for the keys password */
QLineEdit *repeatpwEdit; /** Lineedit for the repetition of the keys password */
QSpinBox *keySizeSpinBox; /** Spinbox for the keys size (in bit) */
+ QComboBox *keyTypeComboBox; /** Combobox for Keytpe */
QDateTimeEdit *dateEdit; /** Dateedit for expiration date */
QCheckBox *expireCheckBox; /** Checkbox, if key should expire */
QSlider *pwStrengthSlider; /** Slider showing the password strength */