aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r--src/ui/UserInterfaceUtils.h14
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);
/**