aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/ProxyConnectionTestTask.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-15 19:47:52 +0000
committersaturneric <[email protected]>2023-10-15 19:47:52 +0000
commit7c21fdd97132e63572a6aca6fa0492d2ce74e777 (patch)
treeb60d1a9bb98e44fa1c8e0cce8ab6d56592e32706 /src/ui/thread/ProxyConnectionTestTask.h
parentfix: update screenshot of appstream (diff)
downloadGpgFrontend-7c21fdd97132e63572a6aca6fa0492d2ce74e777.tar.gz
GpgFrontend-7c21fdd97132e63572a6aca6fa0492d2ce74e777.zip
feat: start to add plugin system and do some improve on project configuration
Diffstat (limited to 'src/ui/thread/ProxyConnectionTestTask.h')
-rw-r--r--src/ui/thread/ProxyConnectionTestTask.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/thread/ProxyConnectionTestTask.h b/src/ui/thread/ProxyConnectionTestTask.h
index 38e78ae4..a2aa25fd 100644
--- a/src/ui/thread/ProxyConnectionTestTask.h
+++ b/src/ui/thread/ProxyConnectionTestTask.h
@@ -27,12 +27,16 @@
#ifndef GPGFRONTEND_PROXYCONNECTIONTESTTHREAD_H
#define GPGFRONTEND_PROXYCONNECTIONTESTTHREAD_H
+#include <qnetworkreply.h>
class ProxyConnectionTestThread {};
#include <utility>
#include "GpgFrontendUI.h"
+class QNetworkAccessManager;
+class QNetworkReply;
+
namespace GpgFrontend::UI {
/**