aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/keymgmt.h b/keymgmt.h
index bd91fb7..81577de 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -38,6 +38,7 @@ class QSlider;
#include "context.h"
#include "keylist.h"
+#include "keygenthread.h"
class KeyMgmt : public QMainWindow
{
@@ -82,8 +83,8 @@ private:
QAction *deleteSelectedKeysAct;
QAction *generateKeyDialogAct;
QAction *closeAct;
-
-
+ KeyGenThread *keyGenThread;
+ QMessageBox msgbox;
/**
* Variables For Key-Generation
*/