diff options
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index 88349db..06bf5ab 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -19,7 +19,7 @@ namespace Akonadi2 | |||
19 | 19 | ||
20 | void FacadeFactory::registerStaticFacades() | 20 | void FacadeFactory::registerStaticFacades() |
21 | { | 21 | { |
22 | FacadeFactory::instance().registerFacade<Akonadi2::ApplicationDomain::AkonadiResource, ResourceFacade>("resourceconfig"); | 22 | registerFacade<Akonadi2::ApplicationDomain::AkonadiResource, ResourceFacade>("resourceconfig"); |
23 | } | 23 | } |
24 | 24 | ||
25 | void Store::shutdown(const QByteArray &identifier) | 25 | void Store::shutdown(const QByteArray &identifier) |