summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r--common/clientapi.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp
index 48de1b0..c6f5582 100644
--- a/common/clientapi.cpp
+++ b/common/clientapi.cpp
@@ -29,6 +29,12 @@ QByteArray getTypeName<Todo>()
29 return "todo"; 29 return "todo";
30} 30}
31 31
32template<>
33QByteArray getTypeName<AkonadiResource>()
34{
35 return "akonadiresource";
36}
37
32} // namespace Domain 38} // namespace Domain
33 39
34void Store::shutdown(const QByteArray &identifier) 40void Store::shutdown(const QByteArray &identifier)