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, 3 insertions, 3 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp
index 6f0b421..0281b79 100644
--- a/common/clientapi.cpp
+++ b/common/clientapi.cpp
@@ -18,20 +18,20 @@ namespace Domain
18{ 18{
19 19
20template<> 20template<>
21QString getTypeName<Event>() 21QByteArray getTypeName<Event>()
22{ 22{
23 return "event"; 23 return "event";
24} 24}
25 25
26template<> 26template<>
27QString getTypeName<Todo>() 27QByteArray getTypeName<Todo>()
28{ 28{
29 return "todo"; 29 return "todo";
30} 30}
31 31
32} // namespace Domain 32} // namespace Domain
33 33
34void Store::shutdown(const QString &identifier) 34void Store::shutdown(const QByteArray &identifier)
35{ 35{
36 Akonadi2::ResourceAccess resourceAccess(identifier); 36 Akonadi2::ResourceAccess resourceAccess(identifier);
37 //FIXME this starts the resource, just to shut it down again if it's not running in the first place. 37 //FIXME this starts the resource, just to shut it down again if it's not running in the first place.