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/clientapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/clientapi.cpp') diff --git a/common/clientapi.cpp b/common/clientapi.cpp index e4608c8..d287fcf 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp @@ -42,7 +42,7 @@ QByteArray getTypeName() void Store::shutdown(const QByteArray &identifier) { Trace() << "shutdown"; - ResourceAccess::connectToServer(identifier).then>([identifier](const QSharedPointer &socket, Async::Future &future) { + ResourceAccess::connectToServer(identifier).then>([identifier](const QSharedPointer &socket, KAsync::Future &future) { //We can't currently reuse the socket socket->close(); auto resourceAccess = QSharedPointer::create(identifier); -- cgit v1.2.3