aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/GpgOperaResultContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/struct/GpgOperaResultContext.h')
-rw-r--r--src/ui/struct/GpgOperaResultContext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/struct/GpgOperaResultContext.h b/src/ui/struct/GpgOperaResultContext.h
index 526c1ef7..47333b73 100644
--- a/src/ui/struct/GpgOperaResultContext.h
+++ b/src/ui/struct/GpgOperaResultContext.h
@@ -36,6 +36,7 @@ namespace GpgFrontend::UI {
struct GpgOperaCategory {
QStringList paths;
QStringList o_paths;
+ QContainer<GFBuffer> buffers;
};
struct GpgOperaContext;
@@ -54,6 +55,8 @@ struct GpgOperaContextBasement {
auto GetContextOutPath(int category) -> QStringList&;
+ auto GetContextBuffer(int category) -> QContainer<GFBuffer>&;
+
auto GetAllPath() -> QStringList;
auto GetAllOutPath() -> QStringList;
@@ -64,6 +67,7 @@ struct GpgOperaContext {
QStringList paths;
QStringList o_paths;
+ QContainer<GFBuffer> buffers;
explicit GpgOperaContext(QSharedPointer<GpgOperaContextBasement> base);
};