summaryrefslogtreecommitdiffstats
path: root/common/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/pipeline.h')
-rw-r--r--common/pipeline.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/common/pipeline.h b/common/pipeline.h
index c6efaa6..b663dea 100644
--- a/common/pipeline.h
+++ b/common/pipeline.h
@@ -58,17 +58,10 @@ public:
58 KAsync::Job<qint64> deletedEntity(void const *command, size_t size); 58 KAsync::Job<qint64> deletedEntity(void const *command, size_t size);
59 59
60 /* 60 /*
61 * Cleans up a single revision. 61 * Cleans up all revisions until @param revision.
62 *
63 * This has to be called for every revision in consecutive order.
64 */ 62 */
65 void cleanupRevision(qint64 revision); 63 void cleanupRevisions(qint64 revision);
66 64
67 /*
68 * Returns the latest cleaned up revision.
69 */
70 qint64 cleanedUpRevision();
71 qint64 revision();
72 65
73signals: 66signals:
74 void revisionUpdated(qint64); 67 void revisionUpdated(qint64);