summaryrefslogtreecommitdiffstats
path: root/framework/qml/CheckBox.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-05 12:21:13 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-06 15:20:46 +0200
commitbbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c (patch)
tree743018b0719338cf0fc560c2a59ecc2219bb4aed /framework/qml/CheckBox.qml
parent0d929de1743e9574f7972c9f5b84592202601a00 (diff)
downloadkube-bbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c.tar.gz
kube-bbc8fcaefa1cc4c8dafb4d1453990154c7b00d3c.zip
A calendar filter
Diffstat (limited to 'framework/qml/CheckBox.qml')
-rw-r--r--framework/qml/CheckBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/CheckBox.qml b/framework/qml/CheckBox.qml
index 17654536..ce4df209 100644
--- a/framework/qml/CheckBox.qml
+++ b/framework/qml/CheckBox.qml
@@ -17,7 +17,7 @@
17 */ 17 */
18 18
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Templates 2.0 as T 20import QtQuick.Templates 2.2 as T
21import org.kube.framework 1.0 as Kube 21import org.kube.framework 1.0 as Kube
22 22
23T.CheckBox { 23T.CheckBox {