diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index 49fe7a1a..40dd5862 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -543,6 +543,15 @@ class MainWindow : public GeneralMainWindow { void slot_decrypt_email_by_eml_data_result_helper( const QMap<QString, QString>& p); + /** + * @brief + * + * @param err_code + * @param error_string + * @return QString + */ + auto slot_handle_module_error(const QMap<QString, QString>& p) -> bool; + private: /** * @details Create actions for the main-menu and the context-menu of the |