summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-17 01:44:09 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-17 01:44:09 +0200
commitd6630da8b7d057e7c5e7a86d7895789572a0cdab (patch)
tree6daf282008508dd98240d57d557ecd931fe0753c /mainwindow.h
parentf62528719e0ef7f7c1914b3a69245da04a863a96 (diff)
the actual pwgen
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 17ef3b9c..57625fdd 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -31,7 +31,7 @@ class MainWindow : public QMainWindow
{
Q_OBJECT
-enum actionType { GPG, GIT, EDIT, DELETE, GPG_INTERNAL };
+enum actionType { GPG, GIT, EDIT, DELETE, GPG_INTERNAL, PWGEN };
public:
explicit MainWindow(QWidget *parent = 0);