summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/perioddayeventmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/perioddayeventmodel.cpp')
-rw-r--r--framework/src/domain/perioddayeventmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/perioddayeventmodel.cpp b/framework/src/domain/perioddayeventmodel.cpp
index 149c0fcb..1f08fbd3 100644
--- a/framework/src/domain/perioddayeventmodel.cpp
+++ b/framework/src/domain/perioddayeventmodel.cpp
@@ -83,7 +83,7 @@ void PeriodDayEventModel::partitionData()
83 SinkWarning() << "Invalid date in the eventModel, ignoring..."; 83 SinkWarning() << "Invalid date in the eventModel, ignoring...";
84 continue; 84 continue;
85 } 85 }
86 if (!mCalendarFilter.contains(event->getCalendar())) { 86 if (mCalendarFilter.contains(event->getCalendar())) {
87 continue; 87 continue;
88 } 88 }
89 89