summaryrefslogtreecommitdiffstats
path: root/framework/src/sinkfabric.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-11 22:26:49 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-12 10:07:59 +0200
commiteb72fac3ffa17bdc17ffe93b13a0fe2d4be41614 (patch)
tree1eb0062ab3cd7a0f60c96de08d77d1e35ad184cd /framework/src/sinkfabric.cpp
parent098c4f746179eedea7fc159686f770b0d6e95964 (diff)
downloadkube-eb72fac3ffa17bdc17ffe93b13a0fe2d4be41614.tar.gz
kube-eb72fac3ffa17bdc17ffe93b13a0fe2d4be41614.zip
Synchronize events when selecting the calendar
Diffstat (limited to 'framework/src/sinkfabric.cpp')
-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") {