diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 89232d0..f4e8ae0 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -80,6 +80,7 @@ private: | |||
80 | //Don't use a reference here (it would invalidate itself) | 80 | //Don't use a reference here (it would invalidate itself) |
81 | void pipelineCompleted(PipelineState state); | 81 | void pipelineCompleted(PipelineState state); |
82 | void scheduleStep(); | 82 | void scheduleStep(); |
83 | void storeNewRevision(qint64 newRevision, const flatbuffers::FlatBufferBuilder &fbb, const QByteArray &bufferType, const QByteArray &uid); | ||
83 | 84 | ||
84 | friend class PipelineState; | 85 | friend class PipelineState; |
85 | 86 | ||