diff options
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: |