summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-22 12:39:41 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-22 16:45:27 +0100
commit70a93ce0d76489db8a3d2245db2b9765f73bb51d (patch)
treee5e3c73da12036d1bf7d8fdb1c0f717b925bddd6 /framework/qml
parent8263e3357e898aff3db2f77d83b342060dc5bb3d (diff)
downloadkube-70a93ce0d76489db8a3d2245db2b9765f73bb51d.tar.gz
kube-70a93ce0d76489db8a3d2245db2b9765f73bb51d.zip
Prepping encryption
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/Icons.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 8cb28e86..6ecc069c 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -58,6 +58,8 @@ Item {
58 property string checkbox: "checkbox" 58 property string checkbox: "checkbox"
59 property string password_show: "password-show-on" 59 property string password_show: "password-show-on"
60 property string password_hide: "password-show-off" 60 property string password_hide: "password-show-off"
61 property string secure: "document-encrypt"
62 property string insecure: "document-decrypt"
61 63
62 property string addNew: "list-add" 64 property string addNew: "list-add"
63 property string remove: "kube-list-remove-inverted" 65 property string remove: "kube-list-remove-inverted"