diff options
author | Saturneric <[email protected]> | 2022-01-03 17:25:59 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-03 17:25:59 +0000 |
commit | c20c7b9bb81a09d54b288517092fe356bb808de4 (patch) | |
tree | 625db0ac06fdf95d5e886ab558e9d240f47730d1 /src/ui/KeyMgmt.h | |
parent | <fixed, refactor>(ui): Enhanced sending email function. (diff) | |
download | GpgFrontend-c20c7b9bb81a09d54b288517092fe356bb808de4.tar.gz GpgFrontend-c20c7b9bb81a09d54b288517092fe356bb808de4.zip |
<feature, refactor>(core, ui): Key package generate.
1. refactor GpgKeyImportExporter to meet with key package generation.
2. add ExportKeyPackageDialog.
3. add Qt AES ability.
4. refactor Key List to provide menu ability control.
5. add check all and uncheck all ability to key list menu.
Diffstat (limited to 'src/ui/KeyMgmt.h')
-rwxr-xr-x | src/ui/KeyMgmt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/KeyMgmt.h b/src/ui/KeyMgmt.h index 7edb1b5c..ae220481 100755 --- a/src/ui/KeyMgmt.h +++ b/src/ui/KeyMgmt.h @@ -44,7 +44,7 @@ class KeyMgmt : public QMainWindow { void slotGenerateSubKey(); - void slotExportKeyToFile(); + void slotExportKeyToKeyPackage(); void slotExportKeyToClipboard(); @@ -75,7 +75,7 @@ class KeyMgmt : public QMainWindow { void deleteKeysWithWarning(GpgFrontend::KeyIdArgsListPtr uidList); - KeyList* mKeyList; + KeyList* key_list_; QMenu* fileMenu{}; QMenu* keyMenu{}; QMenu* generateKeyMenu{}; |