From d6aa4d2e5058bccccb167087a10cc26fced8f561 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 19 Apr 2025 02:34:18 +0200 Subject: fix: solve found issues by testing --- src/core/function/gpg/GpgComponentManager.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/function/gpg/GpgComponentManager.h') 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()); -- cgit v1.2.3