diff options
Diffstat (limited to 'common/changereplay.cpp')
-rw-r--r-- | common/changereplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changereplay.cpp b/common/changereplay.cpp index 5d5afbb..224fb25 100644 --- a/common/changereplay.cpp +++ b/common/changereplay.cpp | |||
@@ -151,7 +151,7 @@ KAsync::Job<void> ChangeReplay::replayNextRevision() | |||
151 | return KAsync::value(KAsync::Break); | 151 | return KAsync::value(KAsync::Break); |
152 | }); | 152 | }); |
153 | })) | 153 | })) |
154 | .syncThen<void>([this, lastReplayedRevision]() { | 154 | .then([this, lastReplayedRevision]() { |
155 | recordReplayedRevision(*lastReplayedRevision); | 155 | recordReplayedRevision(*lastReplayedRevision); |
156 | mMainStoreTransaction.abort(); | 156 | mMainStoreTransaction.abort(); |
157 | if (ChangeReplay::allChangesReplayed()) { | 157 | if (ChangeReplay::allChangesReplayed()) { |