diff options
author | Saturneric <[email protected]> | 2022-05-07 17:01:29 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-07 17:01:29 +0000 |
commit | f1a2ce4bcb7d46981d1fc471e517709f076d9365 (patch) | |
tree | e9d42769dccaf452ba14394e0e0fe574fcd086dd /src/ui/UserInterfaceUtils.h | |
parent | fix: add openssl dependency for windows ci (diff) | |
download | GpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.tar.gz GpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.zip |
refactor: develop 2.0.6 start
1. delete smtp ability
2. change libs link type to dramatic
Diffstat (limited to '')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index 9d73e9b5..a7f20f10 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -42,18 +42,6 @@ namespace GpgFrontend::UI { class InfoBoardWidget; class TextEdit; -#ifdef SMTP_SUPPORT -/** - * @brief - * - * @param parent - * @param info_board - * @param text - * @param attach_signature - */ -void send_an_email(QWidget* parent, InfoBoardWidget* info_board, - const QString& text, bool attach_signature = true); -#endif /** * @brief * @@ -194,7 +182,7 @@ class CommonUtils : public QWidget { * @param callback */ static void SlotImportKeyFromKeyServer( - int ctx_channel, const GpgFrontend::KeyIdArgsList& key_ids, + const GpgFrontend::KeyIdArgsList& key_ids, const GpgFrontend::UI::CommonUtils::ImportCallbackFunctiopn& callback); /** |