diff options
author | saturneric <[email protected]> | 2024-11-26 10:55:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-26 10:55:40 +0000 |
commit | 83be6ce63a832890592f8cec9e2102663f0e8a36 (patch) | |
tree | 040ddd5f9e180eaf8f5ae2d2eea902ede2c94074 /src/ui/UserInterfaceUtils.h | |
parent | feat: support verifying email through eml data (diff) | |
download | GpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.tar.gz GpgFrontend-83be6ce63a832890592f8cec9e2102663f0e8a36.zip |
feat: improve ui logic of email verification and make project structure better
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index 650d049e..dab442dd 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -69,38 +69,6 @@ void ImportUnknownKeyFromKeyserver(QWidget* parent, /** * @brief * - * @param info_board - * @param status - * @param report_text - */ -void refresh_info_board(InfoBoardWidget* info_board, int status, - const QString& report_text); - -/** - * @brief - * - * @param edit - * @param info_board - * @param result_analyse - */ -void process_result_analyse(TextEdit* edit, InfoBoardWidget* info_board, - const GpgResultAnalyse& result_analyse); - -/** - * @brief - * - * @param edit - * @param info_board - * @param result_analyse_a - * @param result_analyse_b - */ -void process_result_analyse(TextEdit* edit, InfoBoardWidget* info_board, - const GpgResultAnalyse& result_analyse_a, - const GpgResultAnalyse& result_analyse_b); - -/** - * @brief - * * @param parent * @param waiting_title * @param func |