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.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 79a52046..a627fab1 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -36,6 +36,7 @@ Item {
36 property string markAsRead: "kuberead" 36 property string markAsRead: "kuberead"
37 property string markAsUnread: "kubeunread" 37 property string markAsUnread: "kubeunread"
38 property string markImportant: "kubeimportant" 38 property string markImportant: "kubeimportant"
39 property string markUnimportant: "kubeunimportant"
39 property string undo: "edit-undo-inverted" 40 property string undo: "edit-undo-inverted"
40 property string moveToTrash: "kubetrash" 41 property string moveToTrash: "kubetrash"
41 property string edit: "document-edit" 42 property string edit: "document-edit"