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.h | |
parent | dd86c15b48f33c120c510327569fb1cc3ffa3d45 (diff) | |
download | sink-07572b25af45c41a82eb8ddfdecf18e58958788b.tar.gz sink-07572b25af45c41a82eb8ddfdecf18e58958788b.zip |
Forward revision updates through resource
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index a6696ec..9c3e7a1 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -61,7 +61,7 @@ public: | |||
61 | KAsync::Job<void> deletedEntity(void const *command, size_t size); | 61 | KAsync::Job<void> deletedEntity(void const *command, size_t size); |
62 | 62 | ||
63 | Q_SIGNALS: | 63 | Q_SIGNALS: |
64 | void revisionUpdated(); | 64 | void revisionUpdated(qint64); |
65 | void pipelinesDrained(); | 65 | void pipelinesDrained(); |
66 | 66 | ||
67 | private Q_SLOTS: | 67 | private Q_SLOTS: |