summaryrefslogtreecommitdiffstats
path: root/dummyresource/resourcefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dummyresource/resourcefactory.cpp')
-rw-r--r--dummyresource/resourcefactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dummyresource/resourcefactory.cpp b/dummyresource/resourcefactory.cpp
index f510cd5..3180b9a 100644
--- a/dummyresource/resourcefactory.cpp
+++ b/dummyresource/resourcefactory.cpp
@@ -397,6 +397,7 @@ Async::Job<void> DummyResource::processAllMessages()
397 return Async::start<void>([this](Async::Future<void> &f) { 397 return Async::start<void>([this](Async::Future<void> &f) {
398 //We have to wait for all items to be processed to ensure the synced items are available when a query gets executed. 398 //We have to wait for all items to be processed to ensure the synced items are available when a query gets executed.
399 //TODO: report errors while processing sync? 399 //TODO: report errors while processing sync?
400 //TODO: also check user-queue?
400 if (mSynchronizerQueue.isEmpty()) { 401 if (mSynchronizerQueue.isEmpty()) {
401 f.setFinished(); 402 f.setFinished();
402 } else { 403 } else {