diff options
Diffstat (limited to 'src/core/function/gpg/GpgCommandExecutor.h')
-rw-r--r-- | src/core/function/gpg/GpgCommandExecutor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<void(QProcess *)>; */ class GPGFRONTEND_CORE_EXPORT GpgCommandExecutor { public: - struct ExecuteContext { + struct GPGFRONTEND_CORE_EXPORT ExecuteContext { QString cmd; QStringList arguments; GpgCommandExecutorCallback cb_func; |