diff options
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index 2f8763f..88349db 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -2,6 +2,7 @@ | |||
2 | #include "clientapi.h" | 2 | #include "clientapi.h" |
3 | #include "resourceaccess.h" | 3 | #include "resourceaccess.h" |
4 | #include "commands.h" | 4 | #include "commands.h" |
5 | #include "resourcefacade.h" | ||
5 | #include "log.h" | 6 | #include "log.h" |
6 | #include <QtConcurrent/QtConcurrentRun> | 7 | #include <QtConcurrent/QtConcurrentRun> |
7 | 8 | ||
@@ -16,6 +17,11 @@ namespace async | |||
16 | namespace Akonadi2 | 17 | namespace Akonadi2 |
17 | { | 18 | { |
18 | 19 | ||
20 | void FacadeFactory::registerStaticFacades() | ||
21 | { | ||
22 | FacadeFactory::instance().registerFacade<Akonadi2::ApplicationDomain::AkonadiResource, ResourceFacade>("resourceconfig"); | ||
23 | } | ||
24 | |||
19 | void Store::shutdown(const QByteArray &identifier) | 25 | void Store::shutdown(const QByteArray &identifier) |
20 | { | 26 | { |
21 | Trace() << "shutdown"; | 27 | Trace() << "shutdown"; |