diff options
author | saturneric <[email protected]> | 2024-01-22 14:24:27 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-22 14:24:27 +0000 |
commit | 50eb618a81395aba3bf125a4f93b0c0c00cb767a (patch) | |
tree | b8a2d81bfc4bce28a956a2ef4f189ec20cd69e31 /src/core/function/gpg/GpgCommandExecutor.h | |
parent | fix: maybe gcc-11 is too new to ubuntu 20.04 (diff) | |
download | GpgFrontend-50eb618a81395aba3bf125a4f93b0c0c00cb767a.tar.gz GpgFrontend-50eb618a81395aba3bf125a4f93b0c0c00cb767a.zip |
fix: ExecuteContext should be marked as export
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; |