diff options
author | Rémi Nicole <nicole@kolabsystems.com> | 2018-05-15 12:01:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-15 12:01:42 +0200 |
commit | 455809b0e5d6e80406867aa8f5a74aa10a39bf35 (patch) | |
tree | bc50d0dfaca7f12695c959ac87c797293f49a3f3 /framework/src/domain/perioddayeventmodel.h | |
parent | d353ec997f06891455dce9b51333687da670a03e (diff) | |
download | kube-455809b0e5d6e80406867aa8f5a74aa10a39bf35.tar.gz kube-455809b0e5d6e80406867aa8f5a74aa10a39bf35.zip |
Implement DayLongEventModel and integrate it to the calendar
Summary: Fixes T8697
Reviewers: cmollekopf
Reviewed By: cmollekopf
Tags: #kube
Maniphest Tasks: T8697
Differential Revision: https://phabricator.kde.org/D12875
Diffstat (limited to 'framework/src/domain/perioddayeventmodel.h')
-rw-r--r-- | framework/src/domain/perioddayeventmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/perioddayeventmodel.h b/framework/src/domain/perioddayeventmodel.h index ab04df50..9458fc03 100644 --- a/framework/src/domain/perioddayeventmodel.h +++ b/framework/src/domain/perioddayeventmodel.h | |||
@@ -33,6 +33,8 @@ | |||
33 | // Facility used to get a restricted period into a Sink model comprised of | 33 | // Facility used to get a restricted period into a Sink model comprised of |
34 | // events, partitioned according to the day the events take place. | 34 | // events, partitioned according to the day the events take place. |
35 | // | 35 | // |
36 | // Day-long events are filtered out. | ||
37 | // | ||
36 | // Model Format | 38 | // Model Format |
37 | // ============ | 39 | // ============ |
38 | // | 40 | // |