diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index cd0babd3..49fe7a1a 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -189,6 +189,18 @@ class MainWindow : public GeneralMainWindow { void SlotEncryptEML(); /** + * @brief + * + */ + void SlotEncryptSignEML(); + + /** + * @brief + * + */ + void SlotDecryptVerifyEML(); + + /** * @details decrypt and verify the text of currently active textedit-page * with the currently checked keys */ |