From be652c12dfa5162d952f5226de453e1a29957c3a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 2 Mar 2017 12:27:09 +0100 Subject: Port away from syncStart --- examples/dummyresource/resourcefactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dummyresource') diff --git a/examples/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp index a7d30c5..e915710 100644 --- a/examples/dummyresource/resourcefactory.cpp +++ b/examples/dummyresource/resourcefactory.cpp @@ -115,7 +115,7 @@ class DummySynchronizer : public Sink::Synchronizer { n.message = "We're connected"; n.code = Sink::ApplicationDomain::ConnectedStatus; emit notify(n); - return KAsync::syncStart([this]() { + return KAsync::start([this]() { synchronize(ENTITY_TYPE_EVENT, DummyStore::instance().events(), [this](const QByteArray &ridBuffer, const QMap &data) { return createEvent(ridBuffer, data); }); -- cgit v1.2.3