diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-10 17:33:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:36:33 +0200 |
commit | 36abfe14f8b43d64d0491b152598db93d83b86f8 (patch) | |
tree | af1710c9b0cdade95d87ef8b81c1c21c0d07ba51 /views/calendar/qml/WeekView.qml | |
parent | df1a00606a07378c32ad21d9650377f8546eddd7 (diff) | |
download | kube-36abfe14f8b43d64d0491b152598db93d83b86f8.tar.gz kube-36abfe14f8b43d64d0491b152598db93d83b86f8.zip |
Experimental calendar view
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r-- | views/calendar/qml/WeekView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 626272e7..08a15ccf 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 2.3 | 21 | import QtQuick.Controls 2.2 |
22 | import Qt.labs.calendar 1.0 | 22 | import Qt.labs.calendar 1.0 |
23 | 23 | ||
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |