diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:28:04 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:37:02 +0200 |
commit | 2525b7cb66877479df393b84bba1bd4a76146b45 (patch) | |
tree | 483cd784b6a0ea5da9db8436e113de9b00d8a70c /views/calendar/qml/WeekEvents.qml | |
parent | 9d17b3dc4628215cb2fb9c83fe71874f262d057d (diff) | |
download | kube-2525b7cb66877479df393b84bba1bd4a76146b45.tar.gz kube-2525b7cb66877479df393b84bba1bd4a76146b45.zip |
Make the calendar work with the current time
Diffstat (limited to 'views/calendar/qml/WeekEvents.qml')
-rw-r--r-- | views/calendar/qml/WeekEvents.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/calendar/qml/WeekEvents.qml b/views/calendar/qml/WeekEvents.qml index 774f254e..73774b27 100644 --- a/views/calendar/qml/WeekEvents.qml +++ b/views/calendar/qml/WeekEvents.qml | |||
@@ -3,6 +3,4 @@ import QtQuick 2.7 | |||
3 | import org.kube.framework 1.0 as Kube | 3 | import org.kube.framework 1.0 as Kube |
4 | 4 | ||
5 | Kube.PeriodDayEventModel { | 5 | Kube.PeriodDayEventModel { |
6 | start: "2018-04-09" | ||
7 | length: 7 | ||
8 | } | 6 | } |