diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-28 21:02:58 +0200 |
commit | 07572b25af45c41a82eb8ddfdecf18e58958788b (patch) | |
tree | 2ecb98a9fbe7c7c0244d7511e543beff8df68c3a /common/pipeline.cpp | |
parent | dd86c15b48f33c120c510327569fb1cc3ffa3d45 (diff) | |
download | sink-07572b25af45c41a82eb8ddfdecf18e58958788b.tar.gz sink-07572b25af45c41a82eb8ddfdecf18e58958788b.zip |
Forward revision updates through resource
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index 31c9a52..0ebe2f3 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -321,7 +321,7 @@ void Pipeline::pipelineCompleted(PipelineState state) | |||
321 | 321 | ||
322 | if (state.type() != NullPipeline) { | 322 | if (state.type() != NullPipeline) { |
323 | //TODO what revision is finalized? | 323 | //TODO what revision is finalized? |
324 | emit revisionUpdated(); | 324 | emit revisionUpdated(storage().maxRevision()); |
325 | } | 325 | } |
326 | scheduleStep(); | 326 | scheduleStep(); |
327 | if (d->activePipelines.isEmpty()) { | 327 | if (d->activePipelines.isEmpty()) { |