diff options
author | saturneric <[email protected]> | 2023-12-16 05:41:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-16 05:41:38 +0000 |
commit | d6311ece3fa3e8e976befa7e253d453398046c7c (patch) | |
tree | a23183865059d06ee7796214d9747b8bf334016c /src/GpgFrontendContext.h | |
parent | fix: clean up envirnoment when app exits (diff) | |
download | GpgFrontend-d6311ece3fa3e8e976befa7e253d453398046c7c.tar.gz GpgFrontend-d6311ece3fa3e8e976befa7e253d453398046c7c.zip |
fix: slove memory problem of gpg context
Diffstat (limited to '')
-rw-r--r-- | src/GpgFrontendContext.h | 3 |
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 { |