From 50eb618a81395aba3bf125a4f93b0c0c00cb767a Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 22 Jan 2024 22:24:27 +0800 Subject: fix: ExecuteContext should be marked as export --- src/core/function/gpg/GpgCommandExecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgCommandExecutor.h') diff --git a/src/core/function/gpg/GpgCommandExecutor.h b/src/core/function/gpg/GpgCommandExecutor.h index d161406a..ac52b295 100644 --- a/src/core/function/gpg/GpgCommandExecutor.h +++ b/src/core/function/gpg/GpgCommandExecutor.h @@ -41,7 +41,7 @@ using GpgCommandExecutorInteractor = std::function; */ class GPGFRONTEND_CORE_EXPORT GpgCommandExecutor { public: - struct ExecuteContext { + struct GPGFRONTEND_CORE_EXPORT ExecuteContext { QString cmd; QStringList arguments; GpgCommandExecutorCallback cb_func; -- cgit v1.2.3