aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/UserInterfaceUtils.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-16 11:08:16 +0000
committerSaturneric <[email protected]>2021-12-16 11:08:16 +0000
commite4f4eda6fe1e9012303798ab5e851fb829c68c37 (patch)
treea64c31577669c93e11b8932670d19d448d44d947 /src/ui/UserInterfaceUtils.h
parentAdded and Fixed Translation. (diff)
downloadGpgFrontend-e4f4eda6fe1e9012303798ab5e851fb829c68c37.tar.gz
GpgFrontend-e4f4eda6fe1e9012303798ab5e851fb829c68c37.zip
Fixed Project Configure.
Diffstat (limited to '')
-rw-r--r--src/ui/UserInterfaceUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h
index b730245f..a08f3420 100644
--- a/src/ui/UserInterfaceUtils.h
+++ b/src/ui/UserInterfaceUtils.h
@@ -38,8 +38,10 @@ namespace GpgFrontend::UI {
class InfoBoardWidget;
class TextEdit;
+#ifdef SMTP_SUPPORT
void send_an_email(QWidget* parent, InfoBoardWidget* info_board,
const QString& text);
+#endif
void show_verify_details(QWidget* parent, InfoBoardWidget* info_board,
GpgError error, const GpgVerifyResult& verify_result);