diff options
Diffstat (limited to 'src/core/model/GpgGenerateKeyResult.h')
-rw-r--r-- | src/core/model/GpgGenerateKeyResult.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgGenerateKeyResult.h b/src/core/model/GpgGenerateKeyResult.h index 80e49a38..f9457a8b 100644 --- a/src/core/model/GpgGenerateKeyResult.h +++ b/src/core/model/GpgGenerateKeyResult.h @@ -31,11 +31,10 @@ #include <gpgme.h> #include "core/GpgFrontendCore.h" -#include "core/GpgFrontendCoreExport.h" namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT GpgGenerateKeyResult { +class GF_CORE_EXPORT GpgGenerateKeyResult { public: auto IsGood() -> bool; |