aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keymgmt.h b/keymgmt.h
index e0ad8fa..a99562c 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -111,6 +111,9 @@ private:
QDateTimeEdit *dateEdit;
QCheckBox *expireCheckBox;
QSlider *pwStrengthSlider;
+
+protected:
+ void closeEvent(QCloseEvent *event);
};
#endif // __KEYMGMT_H__