aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keymgmt.h b/keymgmt.h
index 70ea8ff..b878179 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -39,6 +39,7 @@ class QSlider;
#include "context.h"
#include "keylist.h"
#include "keygenthread.h"
+#include "keydetailsdialog.h"
class KeyMgmt : public QMainWindow
{
@@ -57,6 +58,7 @@ public slots:
void generateKeyDialog();
void expireBoxChanged();
void passwordEditChanged();
+ void showKeyDetails();
private slots:
void keyGenAccept();
@@ -83,6 +85,7 @@ private:
QAction *deleteSelectedKeysAct;
QAction *generateKeyDialogAct;
QAction *closeAct;
+ QAction *showKeyDetailsAct;
KeyGenThread *keyGenThread;
QMessageBox msgbox;
/**