diff options
Diffstat (limited to '')
-rwxr-xr-x | src/ui/KeyMgmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/KeyMgmt.h b/src/ui/KeyMgmt.h index bf1c9b5a..7edb1b5c 100755 --- a/src/ui/KeyMgmt.h +++ b/src/ui/KeyMgmt.h @@ -48,6 +48,8 @@ class KeyMgmt : public QMainWindow { void slotExportKeyToClipboard(); + void slotExportAsOpenSSHFormat(); + void slotDeleteSelectedKeys(); void slotDeleteCheckedKeys(); @@ -80,6 +82,7 @@ class KeyMgmt : public QMainWindow { QMenu* importKeyMenu{}; QAction* openKeyFileAct{}; QAction* exportKeyToFileAct{}; + QAction* exportKeyAsOpenSSHFormat{}; QAction* exportKeyToClipboardAct{}; QAction* deleteCheckedKeysAct{}; QAction* deleteSelectedKeysAct{}; |