From 73a0f7ddf8a8db0057201374f1518d2063ad9a06 Mon Sep 17 00:00:00 2001 From: saturneric Date: Wed, 16 Apr 2025 01:19:53 +0200 Subject: feat: support key groups --- src/core/function/gpg/GpgContext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/function/gpg/GpgContext.h') diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index 4c683c0b..350c153e 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -71,6 +71,8 @@ class GPGFRONTEND_CORE_EXPORT GpgContext auto DefaultContext() -> gpgme_ctx_t; + [[nodiscard]] auto KeyDBName() const -> QString; + [[nodiscard]] auto HomeDirectory() const -> QString; [[nodiscard]] auto ComponentDirectory(GpgComponentType) const -> QString; -- cgit v1.2.3