summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
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);