summaryrefslogtreecommitdiffstats
path: root/framework/src
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src')
-rw-r--r--framework/src/sinkfabric.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/sinkfabric.cpp b/framework/src/sinkfabric.cpp
index 42e6d817..0cd90b3f 100644
--- a/framework/src/sinkfabric.cpp
+++ b/framework/src/sinkfabric.cpp
@@ -75,6 +75,10 @@ public:
75 } 75 }
76 if (type == "contacts") { 76 if (type == "contacts") {
77 scope.setType<ApplicationDomain::Contact>(); 77 scope.setType<ApplicationDomain::Contact>();
78 } else if (type == "event") {
79 scope.setType<ApplicationDomain::Event>();
80 } else if (type == "calendar") {
81 scope.setType<ApplicationDomain::Calendar>();
78 } else if (type == "mail") { 82 } else if (type == "mail") {
79 scope.setType<ApplicationDomain::Mail>(); 83 scope.setType<ApplicationDomain::Mail>();
80 } else if (type == "folder") { 84 } else if (type == "folder") {