diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-08 19:19:04 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-10 10:40:01 +0200 |
commit | 745fb186eeb0c398a5ebf308fe5ee89cf7644869 (patch) | |
tree | 47cfcea22349eb5eb33e7288f2da83ede51b22de /common/pipeline.h | |
parent | f269a33d74e76f61f969a661a9428a76ed8e626e (diff) | |
download | sink-745fb186eeb0c398a5ebf308fe5ee89cf7644869.tar.gz sink-745fb186eeb0c398a5ebf308fe5ee89cf7644869.zip |
StoreNewRevision function
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 | ||