diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-19 16:15:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | 9a5f0a14714ec9a6a71a003b72e5ed3520dfa125 (patch) | |
tree | 78b2b4ac6fff648998b6e42aa0e4e0d8fb8144b7 /common/pipeline.h | |
parent | 67ec34a8df3a2c3fe5ffbfd74ef06ee8a52ed2bb (diff) | |
download | sink-9a5f0a14714ec9a6a71a003b72e5ed3520dfa125.tar.gz sink-9a5f0a14714ec9a6a71a003b72e5ed3520dfa125.zip |
Removed the whole revision cleanup into the entitystore
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 11 |
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 | ||
73 | signals: | 66 | signals: |
74 | void revisionUpdated(qint64); | 67 | void revisionUpdated(qint64); |