diff options
author | Saturn&Eric <[email protected]> | 2021-12-13 18:46:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-13 18:46:23 +0000 |
commit | 5d8e24b7ce4620164c3268b4f1de43a30df19a86 (patch) | |
tree | 6defd5d68468a95de980752ccf2c4ef8a0753617 /src/ui/KeyMgmt.h | |
parent | Create SECURITY.md (diff) | |
parent | Update Translations & README. (diff) | |
download | GpgFrontend-5d8e24b7ce4620164c3268b4f1de43a30df19a86.tar.gz GpgFrontend-5d8e24b7ce4620164c3268b4f1de43a30df19a86.zip |
Merge pull request #32 from saturneric/developv2.0.2
v2.0.2-beta.2
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{}; |