diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-05 15:22:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-05 15:22:10 +0200 |
commit | b4df9eb5f1f4a0ac2b1272fc34d4b8aad473008b (patch) | |
tree | 9abf529061432031afefd6a8bfa821a9779f763d /common/changereplay.cpp | |
parent | f9379318d801df204cc50385c5eca1f28e91755e (diff) | |
download | sink-b4df9eb5f1f4a0ac2b1272fc34d4b8aad473008b.tar.gz sink-b4df9eb5f1f4a0ac2b1272fc34d4b8aad473008b.zip |
Prepare for making the resource status available
Diffstat (limited to 'common/changereplay.cpp')
-rw-r--r-- | common/changereplay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/changereplay.cpp b/common/changereplay.cpp index 0096bd0..78c0ff5 100644 --- a/common/changereplay.cpp +++ b/common/changereplay.cpp | |||
@@ -86,6 +86,7 @@ KAsync::Job<void> ChangeReplay::replayNextRevision() | |||
86 | 86 | ||
87 | if (lastReplayedRevision < topRevision) { | 87 | if (lastReplayedRevision < topRevision) { |
88 | Trace() << "Changereplay from " << lastReplayedRevision << " to " << topRevision; | 88 | Trace() << "Changereplay from " << lastReplayedRevision << " to " << topRevision; |
89 | emit replayingChanges(); | ||
89 | qint64 revision = lastReplayedRevision + 1; | 90 | qint64 revision = lastReplayedRevision + 1; |
90 | const auto uid = Storage::getUidFromRevision(mainStoreTransaction, revision); | 91 | const auto uid = Storage::getUidFromRevision(mainStoreTransaction, revision); |
91 | const auto type = Storage::getTypeFromRevision(mainStoreTransaction, revision); | 92 | const auto type = Storage::getTypeFromRevision(mainStoreTransaction, revision); |