diff options
author | saturneric <[email protected]> | 2023-12-26 06:48:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-26 06:48:04 +0000 |
commit | 9adf241f87c707ffdb644cfaff8441ff0a3c67b7 (patch) | |
tree | 83389a435105c17b3994db60ca5dbe3859f1aafb /src/ui/dialog/details/VerifyDetailsDialog.h | |
parent | feat: upgrade basical operations fully to async style and update test cases (diff) | |
download | GpgFrontend-9adf241f87c707ffdb644cfaff8441ff0a3c67b7.tar.gz GpgFrontend-9adf241f87c707ffdb644cfaff8441ff0a3c67b7.zip |
fix: test basical operations of gpg at both test cases and gui
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/details/VerifyDetailsDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/details/VerifyDetailsDialog.h b/src/ui/dialog/details/VerifyDetailsDialog.h index 44c2e387..7b684e07 100644 --- a/src/ui/dialog/details/VerifyDetailsDialog.h +++ b/src/ui/dialog/details/VerifyDetailsDialog.h @@ -29,6 +29,7 @@ #pragma once #include "core/function/result_analyse/GpgResultAnalyse.h" +#include "core/model/GpgVerifyResult.h" #include "ui/GpgFrontendUI.h" #include "ui/widgets/PlainTextEditorPage.h" #include "ui/widgets/VerifyKeyDetailBox.h" |