diff options
author | Saturneric <[email protected]> | 2022-01-04 12:34:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 12:34:40 +0000 |
commit | 22308b720a2c03b69d07cf3133c34b40d04c5904 (patch) | |
tree | 215cb56c3f2c83507cffbf19b6398562330e0bae /src/ui/settings/SettingsKeyServer.cpp | |
parent | <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1. (diff) | |
download | GpgFrontend-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/SettingsKeyServer.cpp')
-rw-r--r-- | src/ui/settings/SettingsKeyServer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/settings/SettingsKeyServer.cpp b/src/ui/settings/SettingsKeyServer.cpp index ee60b40e..0cba7b51 100644 --- a/src/ui/settings/SettingsKeyServer.cpp +++ b/src/ui/settings/SettingsKeyServer.cpp @@ -286,8 +286,6 @@ void KeyserverTab::slotTestListedKeyServer() { connect(waiting_dialog, &QProgressDialog::canceled, [=]() { LOG(INFO) << "cancel clicked"; if (thread->isRunning()) thread->terminate(); - QCoreApplication::quit(); - exit(0); }); // Show Waiting Dialog |