diff options
author | saturneric <[email protected]> | 2025-04-18 20:45:44 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-18 20:45:44 +0000 |
commit | 4ce13836ceb858ede5f0d31f40ebcd7b45b39fcb (patch) | |
tree | 4d4cdd137b0ed6b6ec1cfa28bbf3107c21b612fd /src/core/GpgCoreInit.cpp | |
parent | fix: gpgconf path should firstly be initialized at gpg context (diff) | |
download | GpgFrontend-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/GpgCoreInit.cpp')
-rw-r--r-- | src/core/GpgCoreInit.cpp | 1 |
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" |