aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgVerifyResult.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-26 06:48:04 +0000
committersaturneric <[email protected]>2023-12-26 06:48:04 +0000
commit9adf241f87c707ffdb644cfaff8441ff0a3c67b7 (patch)
tree83389a435105c17b3994db60ca5dbe3859f1aafb /src/core/model/GpgVerifyResult.cpp
parentfeat: upgrade basical operations fully to async style and update test cases (diff)
downloadGpgFrontend-9adf241f87c707ffdb644cfaff8441ff0a3c67b7.tar.gz
GpgFrontend-9adf241f87c707ffdb644cfaff8441ff0a3c67b7.zip
fix: test basical operations of gpg at both test cases and gui
Diffstat (limited to 'src/core/model/GpgVerifyResult.cpp')
-rw-r--r--src/core/model/GpgVerifyResult.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/model/GpgVerifyResult.cpp b/src/core/model/GpgVerifyResult.cpp
index 98b0e527..75421c69 100644
--- a/src/core/model/GpgVerifyResult.cpp
+++ b/src/core/model/GpgVerifyResult.cpp
@@ -57,5 +57,6 @@ auto GpgVerifyResult::GetSignature() const -> std::vector<GpgSignature> {
sigatures.emplace_back(signature);
signature = signature->next;
}
+ return sigatures;
}
} // namespace GpgFrontend \ No newline at end of file