summaryrefslogtreecommitdiffstats
path: root/synchronizer
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 15:21:06 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-09 15:21:06 +0200
commitcc3fed3668a80616ec78bc872e21b7ac06bcde38 (patch)
treeab4888ae0050e5b56f59662dd356523b3a421043 /synchronizer
parentc4e098fae7340d6d73cd4fbe880440baca1ddd49 (diff)
downloadsink-cc3fed3668a80616ec78bc872e21b7ac06bcde38.tar.gz
sink-cc3fed3668a80616ec78bc872e21b7ac06bcde38.zip
Renamed Akonadi::Domain to Akonadi::ApplicationDomain
Because it's really the application domain and not the akonadi domain.
Diffstat (limited to 'synchronizer')
-rw-r--r--synchronizer/listener.cpp2
1 files changed, 1 insertions, 1 deletions
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()
365 Log() << QString("Resource factory: %1").arg((qlonglong)resourceFactory); 365 Log() << QString("Resource factory: %1").arg((qlonglong)resourceFactory);
366 Log() << QString("\tResource: %1").arg((qlonglong)m_resource); 366 Log() << QString("\tResource: %1").arg((qlonglong)m_resource);
367 //TODO: this doesn't really list all the facades .. fix 367 //TODO: this doesn't really list all the facades .. fix
368 Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::Domain::Event>(m_resourceName)->type(); 368 Log() << "\tFacades: " << Akonadi2::FacadeFactory::instance().getFacade<Akonadi2::ApplicationDomain::Event>(m_resourceName)->type();
369 m_resource->configurePipeline(m_pipeline); 369 m_resource->configurePipeline(m_pipeline);
370 } else { 370 } else {
371 Error() << "Failed to load resource " << m_resourceName; 371 Error() << "Failed to load resource " << m_resourceName;