diff options
author | Saturneric <[email protected]> | 2021-12-16 11:08:16 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-16 11:08:16 +0000 |
commit | e4f4eda6fe1e9012303798ab5e851fb829c68c37 (patch) | |
tree | a64c31577669c93e11b8932670d19d448d44d947 /src/ui/UserInterfaceUtils.h | |
parent | Added and Fixed Translation. (diff) | |
download | GpgFrontend-e4f4eda6fe1e9012303798ab5e851fb829c68c37.tar.gz GpgFrontend-e4f4eda6fe1e9012303798ab5e851fb829c68c37.zip |
Fixed Project Configure.
Diffstat (limited to '')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 2 |
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); |