summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-11-16 10:41:43 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-11-16 10:41:43 +0100
commit76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 (patch)
tree08b8d929819afbb2cef651756d9d516f9a3637fe /framework/qml/Icons.qml
parent679a4e57903e339ec8255df55ec2ca4e322c6a9c (diff)
downloadkube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.tar.gz
kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.zip
new icon for logview
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 9ac35834..8cb28e86 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -23,6 +23,7 @@ import QtQuick 2.7
23 23
24Item { 24Item {
25 property string error: "error" 25 property string error: "error"
26 property string info_inverted: "kdocumentinfo-inverted"
26 property string error_inverted: "error-inverted" 27 property string error_inverted: "error-inverted"
27 property string busy: "view-refresh" 28 property string busy: "view-refresh"
28 property string busy_inverted: "view-refresh-inverted" 29 property string busy_inverted: "view-refresh-inverted"