diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 17:37:39 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-19 17:37:39 +0100 |
commit | 8d5684292ef92f32487ba32df716a00c4a0841b5 (patch) | |
tree | 1af55d3216f79175a55c1890d75cef2ae1f041d0 /common/facade.h | |
parent | ef205affdb73bfdbef5830996e6336e583660fbc (diff) | |
download | sink-8d5684292ef92f32487ba32df716a00c4a0841b5.tar.gz sink-8d5684292ef92f32487ba32df716a00c4a0841b5.zip |
Loading data with the new model for the test client
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(); |