summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bed45523..252f9f43 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -29,6 +29,7 @@ Item {
29 property string noNetworkConnection_inverted: "network-disconnect-inverted" 29 property string noNetworkConnection_inverted: "network-disconnect-inverted"
30 property string connected: "dialog-ok" 30 property string connected: "dialog-ok"
31 property string connected_inverted: "dialog-ok-inverted" 31 property string connected_inverted: "dialog-ok-inverted"
32 property string success: "dialog-ok"
32 property string success_inverted: "dialog-ok-inverted" 33 property string success_inverted: "dialog-ok-inverted"
33 34
34 property string markAsRead: "mail-mark-unread-new" 35 property string markAsRead: "mail-mark-unread-new"