diff options
author | saturneric <[email protected]> | 2023-12-02 07:23:01 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-02 07:23:01 +0000 |
commit | 8a63c3954d6745c5e323dcf3e518219ce6545cc0 (patch) | |
tree | a41caf8801d0dceea3a2882626bbfb5b06c279b5 /src/ui/main_window/KeyMgmt.h | |
parent | fix: discover and fix some bugs (diff) | |
download | GpgFrontend-8a63c3954d6745c5e323dcf3e518219ce6545cc0.tar.gz GpgFrontend-8a63c3954d6745c5e323dcf3e518219ce6545cc0.zip |
fix: add set owner struct action in keymanager menu
Diffstat (limited to 'src/ui/main_window/KeyMgmt.h')
-rw-r--r-- | src/ui/main_window/KeyMgmt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/main_window/KeyMgmt.h b/src/ui/main_window/KeyMgmt.h index bc3f41fa..a75f1c48 100644 --- a/src/ui/main_window/KeyMgmt.h +++ b/src/ui/main_window/KeyMgmt.h @@ -169,7 +169,8 @@ class KeyMgmt : public GeneralMainWindow { QAction* import_keys_from_key_package_act_{}; ///< QAction* close_act_{}; ///< QAction* show_key_details_act_{}; ///< - KeyServerImportDialog* import_dialog_{}; ///< + QAction* set_owner_trust_of_key_act_{}; + KeyServerImportDialog* import_dialog_{}; ///< }; } // namespace GpgFrontend::UI |