diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index 4a81e917..8d53dca6 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -100,6 +100,30 @@ class GnuPGControllerDialog : public GeneralDialog { */ void slot_open_key_database(); + /** + * @brief + * + */ + void slot_move_up_key_database(); + + /** + * @brief + * + */ + void slot_move_down_key_database(); + + /** + * @brief + * + */ + void slot_move_to_top_key_database(); + + /** + * @brief + * + */ + void slot_edit_key_database(); + private: std::shared_ptr<Ui_GnuPGControllerDialog> ui_; ///< int restart_mode_{0}; ///< |