diff options
Diffstat (limited to 'src/core/model/GpgVerifyResult.h')
-rw-r--r-- | src/core/model/GpgVerifyResult.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgVerifyResult.h b/src/core/model/GpgVerifyResult.h index b928d2ca..cb40bb94 100644 --- a/src/core/model/GpgVerifyResult.h +++ b/src/core/model/GpgVerifyResult.h @@ -28,12 +28,11 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" #include "core/model/GpgSignature.h" namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT GpgVerifyResult { +class GF_CORE_EXPORT GpgVerifyResult { public: [[nodiscard]] auto IsGood() const -> bool; |