From cc3fed3668a80616ec78bc872e21b7ac06bcde38 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Apr 2015 15:21:06 +0200 Subject: Renamed Akonadi::Domain to Akonadi::ApplicationDomain Because it's really the application domain and not the akonadi domain. --- synchronizer/listener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synchronizer') diff --git a/synchronizer/listener.cpp b/synchronizer/listener.cpp index 00d9207..7481537 100644 --- a/synchronizer/listener.cpp +++ b/synchronizer/listener.cpp @@ -365,7 +365,7 @@ void Listener::loadResource() Log() << QString("Resource factory: %1").arg((qlonglong)resourceFactory); Log() << QString("\tResource: %1").arg((qlonglong)m_resource); //TODO: this doesn't really list all the facades .. fix - Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade(m_resourceName)->type(); + Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade(m_resourceName)->type(); m_resource->configurePipeline(m_pipeline); } else { Error() << "Failed to load resource " << m_resourceName; -- cgit v1.2.3