summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keygendialog.h b/keygendialog.h
index d808816a..4cb34aff 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -2,6 +2,7 @@
#define KEYGENDIALOG_H
#include <QDialog>
+#include <QCloseEvent>
#include "dialog.h"
namespace Ui {
@@ -16,6 +17,9 @@ public:
explicit KeygenDialog(Dialog *parent = 0);
~KeygenDialog();
+protected:
+ void closeEvent(QCloseEvent *event);
+
private slots:
void on_passphrase1_textChanged(const QString &arg1);
void on_passphrase2_textChanged(const QString &arg1);