summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekEvents.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-11 07:28:04 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-11 07:37:02 +0200
commit2525b7cb66877479df393b84bba1bd4a76146b45 (patch)
tree483cd784b6a0ea5da9db8436e113de9b00d8a70c /views/calendar/qml/WeekEvents.qml
parent9d17b3dc4628215cb2fb9c83fe71874f262d057d (diff)
downloadkube-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.qml2
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
3import org.kube.framework 1.0 as Kube 3import org.kube.framework 1.0 as Kube
4 4
5Kube.PeriodDayEventModel { 5Kube.PeriodDayEventModel {
6 start: "2018-04-09"
7 length: 7
8} 6}