aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-18 20:45:44 +0000
committersaturneric <[email protected]>2025-04-18 20:45:44 +0000
commit4ce13836ceb858ede5f0d31f40ebcd7b45b39fcb (patch)
tree4d4cdd137b0ed6b6ec1cfa28bbf3107c21b612fd /src/core
parentfix: gpgconf path should firstly be initialized at gpg context (diff)
downloadGpgFrontend-4ce13836ceb858ede5f0d31f40ebcd7b45b39fcb.tar.gz
GpgFrontend-4ce13836ceb858ede5f0d31f40ebcd7b45b39fcb.zip
chore: restart gpg-agent at start and kill gpg agent by close as default behaviors
Diffstat (limited to 'src/core')
-rw-r--r--src/core/GpgCoreInit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp
index b15a6800..b13a96a0 100644
--- a/src/core/GpgCoreInit.cpp
+++ b/src/core/GpgCoreInit.cpp
@@ -33,7 +33,6 @@
#include "core/function/GlobalSettingStation.h"
#include "core/function/basic/ChannelObject.h"
#include "core/function/basic/SingletonStorage.h"
-#include "core/function/gpg/GpgAdvancedOperator.h"
#include "core/function/gpg/GpgContext.h"
#include "core/function/gpg/GpgKeyGetter.h"
#include "core/module/ModuleManager.h"