diff options
author | Saturn&Eric <[email protected]> | 2022-05-08 13:14:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-08 13:14:24 +0000 |
commit | f722eec9a898c97e233619a50f6f1a94fef6f94c (patch) | |
tree | 26757206ff3e139a10968bd8ae6147ca1a1182a7 /src/ui/UserInterfaceUtils.h | |
parent | Merge pull request #50 from saturneric/develop-2.0.5 (diff) | |
parent | doc: update translate document. (diff) | |
download | GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.tar.gz GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.zip |
Merge pull request #54 from saturneric/develop-2.0.6v2.0.6
Develop 2.0.6
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-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); /** |