aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/ListedKeyServerTestTask.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-06-05 11:39:38 +0000
committerSaturneric <[email protected]>2022-06-05 11:40:22 +0000
commit96009aba6df716ac3abdae1acdfa32125681bbf1 (patch)
tree5dc8e78ea5903a85062676ac69fb41abcc611ef1 /src/ui/thread/ListedKeyServerTestTask.h
parentfix(ui): fix crash when start app. (diff)
downloadGpgFrontend-96009aba6df716ac3abdae1acdfa32125681bbf1.tar.gz
GpgFrontend-96009aba6df716ac3abdae1acdfa32125681bbf1.zip
fix: fix some issues
1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
Diffstat (limited to 'src/ui/thread/ListedKeyServerTestTask.h')
-rw-r--r--src/ui/thread/ListedKeyServerTestTask.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/thread/ListedKeyServerTestTask.h b/src/ui/thread/ListedKeyServerTestTask.h
index 8edaccb0..aa1bac5e 100644
--- a/src/ui/thread/ListedKeyServerTestTask.h
+++ b/src/ui/thread/ListedKeyServerTestTask.h
@@ -27,11 +27,7 @@
#ifndef GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
#define GPGFRONTEND_LISTEDKEYSERVERTESTTHREAD_H
-#include <vector>
-
#include "GpgFrontendUI.h"
-#include "core/thread/Task.h"
-
namespace GpgFrontend::UI {
/**