diff options
Diffstat (limited to 'src/core/model/GpgRecipient.h')
-rw-r--r-- | src/core/model/GpgRecipient.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgRecipient.h b/src/core/model/GpgRecipient.h index af16a004..a2cb2b24 100644 --- a/src/core/model/GpgRecipient.h +++ b/src/core/model/GpgRecipient.h @@ -28,12 +28,11 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" #include "core/typedef/GpgTypedef.h" namespace GpgFrontend { -struct GPGFRONTEND_CORE_EXPORT GpgRecipient { +struct GF_CORE_EXPORT GpgRecipient { /* The key ID of key for which the text was encrypted. */ QString keyid; |