diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 21:31:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 21:31:39 +0200 |
commit | a18d3efd4f54885af3755c89ae5a44839549d5f2 (patch) | |
tree | 88d2275b40f08859a010b5a1e8ab20bf354d7e04 /views/calendar/qml/DaylongEvents.qml | |
parent | 053c0fb365ef09bb1736c6503b65f7272be97335 (diff) | |
download | kube-a18d3efd4f54885af3755c89ae5a44839549d5f2.tar.gz kube-a18d3efd4f54885af3755c89ae5a44839549d5f2.zip |
No date hardcoding
Diffstat (limited to 'views/calendar/qml/DaylongEvents.qml')
-rw-r--r-- | views/calendar/qml/DaylongEvents.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/calendar/qml/DaylongEvents.qml b/views/calendar/qml/DaylongEvents.qml index a07b66dd..a338cf3b 100644 --- a/views/calendar/qml/DaylongEvents.qml +++ b/views/calendar/qml/DaylongEvents.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.DayLongEventModel { | 5 | Kube.DayLongEventModel { |
6 | start: "2018-04-09" | ||
7 | length: 7 | ||
8 | } | 6 | } |