diff options
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 6 |
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 | ||
20 | template<> | 20 | template<> |
21 | QString getTypeName<Event>() | 21 | QByteArray getTypeName<Event>() |
22 | { | 22 | { |
23 | return "event"; | 23 | return "event"; |
24 | } | 24 | } |
25 | 25 | ||
26 | template<> | 26 | template<> |
27 | QString getTypeName<Todo>() | 27 | QByteArray getTypeName<Todo>() |
28 | { | 28 | { |
29 | return "todo"; | 29 | return "todo"; |
30 | } | 30 | } |
31 | 31 | ||
32 | } // namespace Domain | 32 | } // namespace Domain |
33 | 33 | ||
34 | void Store::shutdown(const QString &identifier) | 34 | void 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. |