diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-28 14:44:50 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-28 14:44:50 +0100 |
commit | 9b2257d680a5e4fa2fda8cf3302f25054a06710e (patch) | |
tree | 9abaf141018eb83d26ce07f5bd0e9436003ce732 /common/pipeline.h | |
parent | c83c2ef64b5a1e4b1dc0102df36687caebb96ff0 (diff) | |
download | sink-9b2257d680a5e4fa2fda8cf3302f25054a06710e.tar.gz sink-9b2257d680a5e4fa2fda8cf3302f25054a06710e.zip |
Buffers wrapped into entity buffer, async command progress tracking.
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 159cc1c..6ef8703 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -55,6 +55,7 @@ public: | |||
55 | 55 | ||
56 | Q_SIGNALS: | 56 | Q_SIGNALS: |
57 | void revisionUpdated(); | 57 | void revisionUpdated(); |
58 | void pipelinesDrained(); | ||
58 | 59 | ||
59 | private Q_SLOTS: | 60 | private Q_SLOTS: |
60 | void stepPipelines(); | 61 | void stepPipelines(); |