diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 15:21:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 15:21:06 +0200 |
commit | cc3fed3668a80616ec78bc872e21b7ac06bcde38 (patch) | |
tree | ab4888ae0050e5b56f59662dd356523b3a421043 /synchronizer | |
parent | c4e098fae7340d6d73cd4fbe880440baca1ddd49 (diff) | |
download | sink-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.cpp | 2 |
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; |