diff options
Diffstat (limited to 'src/core/model/GpgVerifyResult.h')
-rw-r--r-- | src/core/model/GpgVerifyResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgVerifyResult.h b/src/core/model/GpgVerifyResult.h index 95ff10cb..c150d633 100644 --- a/src/core/model/GpgVerifyResult.h +++ b/src/core/model/GpgVerifyResult.h @@ -39,7 +39,7 @@ class GPGFRONTEND_CORE_EXPORT GpgVerifyResult { [[nodiscard]] auto GetRaw() const -> gpgme_verify_result_t; - [[nodiscard]] auto GetSignature() const -> std::vector<GpgSignature>; + [[nodiscard]] auto GetSignature() const -> QContainer<GpgSignature>; explicit GpgVerifyResult(gpgme_verify_result_t); |