diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index 8dbb9376..cc032f70 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -164,14 +164,6 @@ class MainWindow : public GeneralMainWindow { /** * @brief * - * @param raw_data - * @param signature - */ - void SlotVerify(const QByteArray& raw_data, const QByteArray& signature); - - /** - * @brief - * */ void SlotVerifyEML(); @@ -634,10 +626,18 @@ class MainWindow : public GeneralMainWindow { * @param context * @return auto */ - auto execute_operas_helper( + void exec_operas_helper( const QString& task, const QSharedPointer<GpgOperaContextBasement>& contexts); + /** + * @brief + * + * @param results + */ + void slot_gpg_opera_buffer_show_helper( + const QContainer<GpgOperaResult>& results); + TextEdit* edit_{}; ///< Tabwidget holding the edit-windows QMenu* file_menu_{}; ///< Submenu for file-operations QMenu* edit_menu_{}; ///< Submenu for text-operations |