diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 13:45:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 14:30:20 +0200 |
commit | 80b86238620e667d10486ff212238fbfe9271ded (patch) | |
tree | 57993158f70232c15be3cb19bc0e482ac414a7b8 /common/domain/applicationdomaintype.cpp | |
parent | 46313049ac01a3007ef60bdc937442945355a38d (diff) | |
download | sink-80b86238620e667d10486ff212238fbfe9271ded.tar.gz sink-80b86238620e667d10486ff212238fbfe9271ded.zip |
Cache a recurring flag
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 1 |
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); | |||
145 | SINK_REGISTER_PROPERTY(Event, StartTime); | 145 | SINK_REGISTER_PROPERTY(Event, StartTime); |
146 | SINK_REGISTER_PROPERTY(Event, EndTime); | 146 | SINK_REGISTER_PROPERTY(Event, EndTime); |
147 | SINK_REGISTER_PROPERTY(Event, AllDay); | 147 | SINK_REGISTER_PROPERTY(Event, AllDay); |
148 | SINK_REGISTER_PROPERTY(Event, Recurring); | ||
148 | SINK_REGISTER_PROPERTY(Event, Ical); | 149 | SINK_REGISTER_PROPERTY(Event, Ical); |
149 | SINK_REGISTER_PROPERTY(Event, Calendar); | 150 | SINK_REGISTER_PROPERTY(Event, Calendar); |
150 | 151 | ||