summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
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