diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index f4e8ae0..837c18a 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -68,6 +68,11 @@ public: | |||
68 | */ | 68 | */ |
69 | void cleanupRevision(qint64 revision); | 69 | void cleanupRevision(qint64 revision); |
70 | 70 | ||
71 | /* | ||
72 | * Returns the latest cleaned up revision. | ||
73 | */ | ||
74 | qint64 cleanedUpRevision(); | ||
75 | |||
71 | Q_SIGNALS: | 76 | Q_SIGNALS: |
72 | void revisionUpdated(qint64); | 77 | void revisionUpdated(qint64); |
73 | void pipelinesDrained(); | 78 | void pipelinesDrained(); |