aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/VersionCheckTask.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/VersionCheckTask.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/VersionCheckTask.h')
-rw-r--r--src/ui/thread/VersionCheckTask.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/thread/VersionCheckTask.h b/src/ui/thread/VersionCheckTask.h
index 0dbce17f..985dde9d 100644
--- a/src/ui/thread/VersionCheckTask.h
+++ b/src/ui/thread/VersionCheckTask.h
@@ -29,6 +29,8 @@
#ifndef GPGFRONTEND_VERSIONCHECKTHREAD_H
#define GPGFRONTEND_VERSIONCHECKTHREAD_H
+#include <qnetworkreply.h>
+
#include <memory>
#include <string>
@@ -36,6 +38,9 @@
#include "ui/GpgFrontendUI.h"
#include "ui/struct/SoftwareVersion.h"
+class QNetworkAccessManager;
+class QNetworkReply;
+
namespace GpgFrontend::UI {
/**