summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r--common/clientapi.cpp2
1 files changed, 1 insertions, 1 deletions
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<AkonadiResource>()
42void Store::shutdown(const QByteArray &identifier) 42void Store::shutdown(const QByteArray &identifier)
43{ 43{
44 Trace() << "shutdown"; 44 Trace() << "shutdown";
45 ResourceAccess::connectToServer(identifier).then<void, QSharedPointer<QLocalSocket>>([identifier](const QSharedPointer<QLocalSocket> &socket, Async::Future<void> &future) { 45 ResourceAccess::connectToServer(identifier).then<void, QSharedPointer<QLocalSocket>>([identifier](const QSharedPointer<QLocalSocket> &socket, KAsync::Future<void> &future) {
46 //We can't currently reuse the socket 46 //We can't currently reuse the socket
47 socket->close(); 47 socket->close();
48 auto resourceAccess = QSharedPointer<Akonadi2::ResourceAccess>::create(identifier); 48 auto resourceAccess = QSharedPointer<Akonadi2::ResourceAccess>::create(identifier);