aboutsummaryrefslogtreecommitdiffstats
path: root/src/GpgFrontendContext.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-16 05:41:38 +0000
committersaturneric <[email protected]>2023-12-16 05:41:38 +0000
commitd6311ece3fa3e8e976befa7e253d453398046c7c (patch)
treea23183865059d06ee7796214d9747b8bf334016c /src/GpgFrontendContext.h
parentfix: clean up envirnoment when app exits (diff)
downloadGpgFrontend-d6311ece3fa3e8e976befa7e253d453398046c7c.tar.gz
GpgFrontend-d6311ece3fa3e8e976befa7e253d453398046c7c.zip
fix: slove memory problem of gpg context
Diffstat (limited to '')
-rw-r--r--src/GpgFrontendContext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h
index 34bd46f0..baa2c7a7 100644
--- a/src/GpgFrontendContext.h
+++ b/src/GpgFrontendContext.h
@@ -28,9 +28,6 @@
#pragma once
-#include <qapplication.h>
-#include <qcoreapplication.h>
-
#include "core/function/SecureMemoryAllocator.h"
namespace GpgFrontend {