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 74627457..67362cf3 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -55,6 +55,7 @@ Item {
55 55
56 property string addNew: "list-add-new" 56 property string addNew: "list-add-new"
57 property string folder: "folder" 57 property string folder: "folder"
58 property string save_inverted: "document-save-inverted"
58 59
59} 60}
60 61