aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/SettingsSendMail.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-04 12:34:05 +0000
committerSaturneric <[email protected]>2022-01-04 12:34:40 +0000
commit22308b720a2c03b69d07cf3133c34b40d04c5904 (patch)
tree215cb56c3f2c83507cffbf19b6398562330e0bae /src/ui/settings/SettingsSendMail.cpp
parent<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1. (diff)
downloadGpgFrontend-22308b720a2c03b69d07cf3133c34b40d04c5904.tar.gz
GpgFrontend-22308b720a2c03b69d07cf3133c34b40d04c5904.zip
<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and add network settings.
1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.
Diffstat (limited to 'src/ui/settings/SettingsSendMail.cpp')
-rw-r--r--src/ui/settings/SettingsSendMail.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/settings/SettingsSendMail.cpp b/src/ui/settings/SettingsSendMail.cpp
index 21911e0f..e4ab9b0b 100644
--- a/src/ui/settings/SettingsSendMail.cpp
+++ b/src/ui/settings/SettingsSendMail.cpp
@@ -293,8 +293,6 @@ void SendMailTab::slotCheckConnection() {
connect(waiting_dialog, &QProgressDialog::canceled, [=]() {
LOG(INFO) << "cancel clicked";
if (thread->isRunning()) thread->terminate();
- QCoreApplication::quit();
- exit(0);
});
// Show Waiting Dialog
@@ -341,8 +339,6 @@ void SendMailTab::slotSendTestMail() {
connect(waiting_dialog, &QProgressDialog::canceled, [=]() {
LOG(INFO) << "cancel clicked";
if (thread->isRunning()) thread->terminate();
- QCoreApplication::quit();
- exit(0);
});
thread->setSender(sender_address);