summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/Messages.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index d9734a0a..1555507f 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -52,6 +52,7 @@ Item {
52 52
53 property string componentDone: "done" 53 property string componentDone: "done"
54 property string errorPending: "errorPending" 54 property string errorPending: "errorPending"
55 property string notificationPending: "notificationPending"
55 56
56 property string selectNextConversation: "selectNextConversation" 57 property string selectNextConversation: "selectNextConversation"
57 property string selectPreviousConversation: "selectPreviousConversation" 58 property string selectPreviousConversation: "selectPreviousConversation"