From a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 19 Apr 2025 02:08:03 +0200 Subject: fix: gpg context will take response of gpg-agent --- src/core/function/gpg/GpgAssuanHelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/function/gpg/GpgAssuanHelper.h') diff --git a/src/core/function/gpg/GpgAssuanHelper.h b/src/core/function/gpg/GpgAssuanHelper.h index 7f3854b6..adf6d0ff 100644 --- a/src/core/function/gpg/GpgAssuanHelper.h +++ b/src/core/function/gpg/GpgAssuanHelper.h @@ -115,8 +115,8 @@ class GPGFRONTEND_CORE_EXPORT GpgAssuanHelper * @param command * @return auto */ - auto SendDataCommand(GpgComponentType type, - const QString& command) -> std::tuple; + auto SendDataCommand(GpgComponentType type, const QString& command) + -> std::tuple; private: GpgContext& ctx_ = -- cgit v1.2.3