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/eventpreprocessor.cpp | |
parent | 46313049ac01a3007ef60bdc937442945355a38d (diff) | |
download | sink-80b86238620e667d10486ff212238fbfe9271ded.tar.gz sink-80b86238620e667d10486ff212238fbfe9271ded.zip |
Cache a recurring flag
Diffstat (limited to 'common/eventpreprocessor.cpp')
-rw-r--r-- | common/eventpreprocessor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eventpreprocessor.cpp b/common/eventpreprocessor.cpp index 9efa541..ec363fc 100644 --- a/common/eventpreprocessor.cpp +++ b/common/eventpreprocessor.cpp | |||
@@ -48,6 +48,7 @@ void EventPropertyExtractor::updatedIndexedProperties(Event &event, const QByteA | |||
48 | event.setExtractedStartTime(icalEvent->dtStart()); | 48 | event.setExtractedStartTime(icalEvent->dtStart()); |
49 | event.setExtractedEndTime(icalEvent->dtEnd()); | 49 | event.setExtractedEndTime(icalEvent->dtEnd()); |
50 | event.setExtractedAllDay(icalEvent->allDay()); | 50 | event.setExtractedAllDay(icalEvent->allDay()); |
51 | event.setExtractedRecurring(icalEvent->recurs()); | ||
51 | } | 52 | } |
52 | 53 | ||
53 | void EventPropertyExtractor::newEntity(Event &event) | 54 | void EventPropertyExtractor::newEntity(Event &event) |