summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-27 12:48:53 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-27 12:48:53 +0200
commit3c52f4941f4274a51587dd5ca71ade7b17964dcc (patch)
treef3036143e90d45c4e74c3b69c8a3e196aaa42caf /framework/qml/Icons.qml
parent3a0de882ab0eaf4f16e69edf4d87e27d144de687 (diff)
downloadkube-3c52f4941f4274a51587dd5ca71ade7b17964dcc.tar.gz
kube-3c52f4941f4274a51587dd5ca71ade7b17964dcc.zip
intoduce Kube.Checkbox
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 6f0a8652..3126c797 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -53,6 +53,7 @@ Item {
53 property string goDown: "go-down" 53 property string goDown: "go-down"
54 property string goDown_inverted: "go-down-inverted" 54 property string goDown_inverted: "go-down-inverted"
55 property string goUp: "go-up" 55 property string goUp: "go-up"
56 property string checkbox: "checkbox"
56 57
57 property string addNew: "list-add" 58 property string addNew: "list-add"
58 property string remove: "kube-list-remove-inverted" 59 property string remove: "kube-list-remove-inverted"