summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-06 10:34:20 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-06 23:50:37 +0200
commit7e03bde7becc52bd11c27702e7826702ea01a73f (patch)
tree2dda7d4f85ee81e0e24d8afe383a6f27e146d99d /framework/qml/Icons.qml
parent0eca2d11a5c32b1c979f0f6f662edff80130a65a (diff)
downloadkube-7e03bde7becc52bd11c27702e7826702ea01a73f.tar.gz
kube-7e03bde7becc52bd11c27702e7826702ea01a73f.zip
Question icon
+ some others
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 7353c1e8..d04d1d92 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -23,7 +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 info_inverted: "documentinfo-inverted"
27 property string error_inverted: "error-inverted" 27 property string error_inverted: "error-inverted"
28 property string busy: "view-refresh" 28 property string busy: "view-refresh"
29 property string busy_inverted: "view-refresh-inverted" 29 property string busy_inverted: "view-refresh-inverted"
@@ -76,5 +76,6 @@ Item {
76 property string italic: "format-text-italic-symbolic" 76 property string italic: "format-text-italic-symbolic"
77 property string underline: "format-text-underline-symbolic" 77 property string underline: "format-text-underline-symbolic"
78 78
79 property string help: "question-inverted"
79} 80}
80 81