From 43e282c172c4b5604a4f0d9b70976fc0df00120f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 25 Jan 2015 14:37:37 +0100 Subject: debug output, fixed dummyresourcetest --- dummyresource/resourcefactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dummyresource/resourcefactory.cpp') 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 DummyResource::processAllMessages() return Async::start([this](Async::Future &f) { //We have to wait for all items to be processed to ensure the synced items are available when a query gets executed. //TODO: report errors while processing sync? + //TODO: also check user-queue? if (mSynchronizerQueue.isEmpty()) { f.setFinished(); } else { -- cgit v1.2.3