From 5f40ace47be289c74ad95948c75ed86676158639 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sat, 6 Dec 2014 02:33:51 +0100 Subject: resource -> synchronizer the resource will be the plugin that interacts with the source and store --- client/resourceaccess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/resourceaccess.cpp b/client/resourceaccess.cpp index 6f1e114..fce8ca6 100644 --- a/client/resourceaccess.cpp +++ b/client/resourceaccess.cpp @@ -104,7 +104,7 @@ void ResourceAccess::connectionError(QLocalSocket::LocalSocketError error) log(QString("Attempting to start resource ") + m_resourceName); QStringList args; args << m_resourceName; - if (QProcess::startDetached("akonadinext_resource", args)) { + if (QProcess::startDetached("akonadinext_synchronizer", args)) { m_socket->open(); } } -- cgit v1.2.3