summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/DaylongEvents.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/DaylongEvents.qml')
-rw-r--r--views/calendar/qml/DaylongEvents.qml18
1 files changed, 5 insertions, 13 deletions
diff --git a/views/calendar/qml/DaylongEvents.qml b/views/calendar/qml/DaylongEvents.qml
index 340c9d79..a07b66dd 100644
--- a/views/calendar/qml/DaylongEvents.qml
+++ b/views/calendar/qml/DaylongEvents.qml
@@ -1,16 +1,8 @@
1import QtQuick 2.7 1import QtQuick 2.7
2 2
3ListModel { 3import org.kube.framework 1.0 as Kube
4 ListElement { 4
5 color: "#af1a6a" 5Kube.DayLongEventModel {
6 starts: 1 6 start: "2018-04-09"
7 duration: 4 7 length: 7
8 text: "Baustelle Adalbertstr."
9 }
10 ListElement {
11 color: "#134bab"
12 starts: 0
13 duration: 6
14 text: "Urlaub"
15 }
16} 8}