diff options
author | saturneric <[email protected]> | 2025-04-19 00:34:18 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-19 00:34:18 +0000 |
commit | d6aa4d2e5058bccccb167087a10cc26fced8f561 (patch) | |
tree | e344b0477a9609b7b6820aa603f620b7d0b15d4b /src/core/function/gpg/GpgComponentManager.h | |
parent | fix: gpg context will take response of gpg-agent (diff) | |
download | GpgFrontend-d6aa4d2e5058bccccb167087a10cc26fced8f561.tar.gz GpgFrontend-d6aa4d2e5058bccccb167087a10cc26fced8f561.zip |
fix: solve found issues by testing
Diffstat (limited to 'src/core/function/gpg/GpgComponentManager.h')
-rw-r--r-- | src/core/function/gpg/GpgComponentManager.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgComponentManager.h b/src/core/function/gpg/GpgComponentManager.h index cfd6a99f..1048793f 100644 --- a/src/core/function/gpg/GpgComponentManager.h +++ b/src/core/function/gpg/GpgComponentManager.h @@ -73,6 +73,13 @@ class GPGFRONTEND_CORE_EXPORT GpgComponentManager */ auto GpgKillAgent() -> bool; + /** + * @brief + * + * @return auto + */ + void Reset(); + private: GpgContext& ctx_ = GpgContext::GetInstance(SingletonFunctionObject::GetChannel()); |