diff options
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h index f5c05f9..d150d60 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -184,7 +184,6 @@ public: | |||
184 | //Incremental updates are always loaded directly, leaving it up to the result to discard the changes if they are not interesting | 184 | //Incremental updates are always loaded directly, leaving it up to the result to discard the changes if they are not interesting |
185 | runner->setQuery([this, query, &resultProvider] () -> KAsync::Job<void> { | 185 | runner->setQuery([this, query, &resultProvider] () -> KAsync::Job<void> { |
186 | return KAsync::start<void>([this, query, &resultProvider](KAsync::Future<void> &future) { | 186 | return KAsync::start<void>([this, query, &resultProvider](KAsync::Future<void> &future) { |
187 | Trace() << "Executing query "; | ||
188 | const qint64 newRevision = executeIncrementalQuery(query, resultProvider); | 187 | const qint64 newRevision = executeIncrementalQuery(query, resultProvider); |
189 | mResourceAccess->sendRevisionReplayedCommand(newRevision); | 188 | mResourceAccess->sendRevisionReplayedCommand(newRevision); |
190 | future.setFinished(); | 189 | future.setFinished(); |