summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-22 13:45:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-22 14:30:20 +0200
commit80b86238620e667d10486ff212238fbfe9271ded (patch)
tree57993158f70232c15be3cb19bc0e482ac414a7b8 /common/domain/applicationdomaintype.cpp
parent46313049ac01a3007ef60bdc937442945355a38d (diff)
downloadsink-80b86238620e667d10486ff212238fbfe9271ded.tar.gz
sink-80b86238620e667d10486ff212238fbfe9271ded.zip
Cache a recurring flag
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp
index 97bf9f2..bb4bf78 100644
--- a/common/domain/applicationdomaintype.cpp
+++ b/common/domain/applicationdomaintype.cpp
@@ -145,6 +145,7 @@ SINK_REGISTER_PROPERTY(Event, Description);
145SINK_REGISTER_PROPERTY(Event, StartTime); 145SINK_REGISTER_PROPERTY(Event, StartTime);
146SINK_REGISTER_PROPERTY(Event, EndTime); 146SINK_REGISTER_PROPERTY(Event, EndTime);
147SINK_REGISTER_PROPERTY(Event, AllDay); 147SINK_REGISTER_PROPERTY(Event, AllDay);
148SINK_REGISTER_PROPERTY(Event, Recurring);
148SINK_REGISTER_PROPERTY(Event, Ical); 149SINK_REGISTER_PROPERTY(Event, Ical);
149SINK_REGISTER_PROPERTY(Event, Calendar); 150SINK_REGISTER_PROPERTY(Event, Calendar);
150 151