aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/SendMailDialog.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/smtp/SendMailDialog.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/smtp/SendMailDialog.cpp')
-rw-r--r--src/ui/smtp/SendMailDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/smtp/SendMailDialog.cpp b/src/ui/smtp/SendMailDialog.cpp
index f3ec5711..4895d8e4 100644
--- a/src/ui/smtp/SendMailDialog.cpp
+++ b/src/ui/smtp/SendMailDialog.cpp
@@ -309,8 +309,6 @@ void SendMailDialog::slotConfirm() {
connect(waiting_dialog, &QProgressDialog::canceled, [=]() {
LOG(INFO) << "cancel clicked";
if (thread->isRunning()) thread->terminate();
- QCoreApplication::quit();
- exit(0);
});
// Show Waiting Dialog