aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgCommandExecutor.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-22 14:24:27 +0000
committersaturneric <[email protected]>2024-01-22 14:24:27 +0000
commit50eb618a81395aba3bf125a4f93b0c0c00cb767a (patch)
treeb8a2d81bfc4bce28a956a2ef4f189ec20cd69e31 /src/core/function/gpg/GpgCommandExecutor.h
parentfix: maybe gcc-11 is too new to ubuntu 20.04 (diff)
downloadGpgFrontend-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.h2
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;