From b43c0cf97615957e097daef29ff8febc1ec884c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 15 May 2015 16:22:03 +0200 Subject: Adapt to KAsync namespace change --- common/resource.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/resource.cpp') diff --git a/common/resource.cpp b/common/resource.cpp index e158a40..bd69afd 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -53,16 +53,16 @@ void Resource::processCommand(int commandId, const QByteArray &data, uint size, pipeline->null(); } -Async::Job Resource::synchronizeWithSource(Pipeline *pipeline) +KAsync::Job Resource::synchronizeWithSource(Pipeline *pipeline) { - return Async::start([pipeline](Async::Future &f) { + return KAsync::start([pipeline](KAsync::Future &f) { pipeline->null(); }); } -Async::Job Resource::processAllMessages() +KAsync::Job Resource::processAllMessages() { - return Async::null(); + return KAsync::null(); } class ResourceFactory::Private -- cgit v1.2.3