aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/SettingsSendMail.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-28 04:35:01 +0000
committerSaturneric <[email protected]>2021-11-28 04:35:01 +0000
commitb5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch)
tree7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/settings/SettingsSendMail.cpp
parentUI Framework Modified. (diff)
downloadGpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz
GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip
Can be compiled with minimal UI support.
Diffstat (limited to 'src/ui/settings/SettingsSendMail.cpp')
-rw-r--r--src/ui/settings/SettingsSendMail.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/settings/SettingsSendMail.cpp b/src/ui/settings/SettingsSendMail.cpp
index 8db3cd0a..9d48b2a0 100644
--- a/src/ui/settings/SettingsSendMail.cpp
+++ b/src/ui/settings/SettingsSendMail.cpp
@@ -22,10 +22,11 @@
*
*/
+#include "SettingsSendMail.h"
+
#ifdef SMTP_SUPPORT
#include "smtp/SmtpMime"
#endif
-#include "ui/SettingsDialog.h"
namespace GpgFrontend::UI {
@@ -92,8 +93,6 @@ SendMailTab::SendMailTab(QWidget* parent)
connect(enableCheckBox, SIGNAL(stateChanged(int)), this,
SLOT(slotCheckBoxSetEnableDisable(int)));
- connect(checkConnectionButton, SIGNAL(clicked(bool)), this,
- SLOT(slotCheckConnection()));
this->setLayout(vBox);
setSettings();