summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-08 21:31:26 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-08 21:31:26 +0200
commit5252f69dbf316984d30207dfc68fc452fd78946e (patch)
treecb0b8a246f81c79357b190292f6e73d622229491 /keygendialog.h
parent87cdd0b28c03c98c39b3daaec60db6ee3e00ee0b (diff)
save size and stuff
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);