aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/GpgOperaResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/struct/GpgOperaResult.h')
-rw-r--r--src/ui/struct/GpgOperaResult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/struct/GpgOperaResult.h b/src/ui/struct/GpgOperaResult.h
index 7ee6ad37..18eef96a 100644
--- a/src/ui/struct/GpgOperaResult.h
+++ b/src/ui/struct/GpgOperaResult.h
@@ -28,12 +28,14 @@
#pragma once
+#include "core/model/GFBuffer.h"
namespace GpgFrontend::UI {
struct GpgOperaResult {
int status;
QString report;
QString tag;
+ GFBuffer o_buffer;
GpgOperaResult(int status, QString report, QString tag);
};