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 4a2f6ebe..ddae9202 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -43,7 +43,7 @@ public:
void setApp(SingleApplication* app);
void setText(QString);
QStringList getSecretKeys();
- bool genKey(QString);
+ void genKey(QString, QDialog *);
private slots:
void on_updateButton_clicked();
@@ -95,6 +95,7 @@ private:
QStringList env;
QQueue<execQueueItem> *execQueue;
bool firstRun;
+ QDialog *keygen = 0;
void updateText();
void executePass(QString, QString = QString());
void executeWrapper(QString, QString, QString = QString());