diff options
author | saturneric <[email protected]> | 2024-11-17 13:42:58 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-17 13:42:58 +0000 |
commit | de4123e31d2f0590fc89a0ae2262f20bbc4eeba2 (patch) | |
tree | e7e468d39107d9604c6bb329f58f75a3abfd8ee4 /src/ui/dialog/controller/GnuPGControllerDialog.h | |
parent | fix: should restart app after editing key db infos (diff) | |
download | GpgFrontend-de4123e31d2f0590fc89a0ae2262f20bbc4eeba2.tar.gz GpgFrontend-de4123e31d2f0590fc89a0ae2262f20bbc4eeba2.zip |
feat: can open key db by menu action triggered by right click
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index 37ec2f62..4a81e917 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -94,6 +94,12 @@ class GnuPGControllerDialog : public GeneralDialog { */ void slot_refresh_key_database_table(); + /** + * @brief + * + */ + void slot_open_key_database(); + private: std::shared_ptr<Ui_GnuPGControllerDialog> ui_; ///< int restart_mode_{0}; ///< |