summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-07-16 23:15:26 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-16 23:15:26 +0200
commit4984c58ac6c35cd68e606e320f26b2b84cdedb1c (patch)
tree322f58af1fb64b841ca2628e33560896445c549f /mainwindow.h
parentb52a13bb18c12f36eafda0c2b3baea25b9a3f3f2 (diff)
pwgen hookup
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index c8f0b88f..17ef3b9c 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -44,8 +44,9 @@ public:
void setApp(SingleApplication* app);
void setText(QString);
QStringList getSecretKeys();
- void genKey(QString, QDialog *);
+ void generateKeyPair(QString, QDialog *);
void userDialog(QString = "");
+ QString generatePassword();
protected:
void closeEvent(QCloseEvent *event);