diff options
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()) { |