diff options
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}; ///< |