diff options
Diffstat (limited to 'keygendialog.h')
-rw-r--r-- | keygendialog.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keygendialog.h b/keygendialog.h index 6d264c1..f2de274 100644 --- a/keygendialog.h +++ b/keygendialog.h @@ -61,11 +61,10 @@ 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 */ - int lastKeySize; /** integer to remember to last selected keysize (only display warning first tim above 2048)*/ + private slots: /** * @details when expirebox was checked/unchecked, enable/disable the expiration date box @@ -78,16 +77,6 @@ private slots: void passwordEditChanged(); /** - * @details When keysize changed, show message, when too large - */ - void keySizeChanged(); - - /** - * @details When passwordedit changed, set keysize appropriately - */ - void keyTypeChanged(); - - /** * @details check all lineedits for false entries. Show error, when there is one, otherwise generate the key */ void keyGenAccept(); |