diff options
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 35aa750a..a3f6ef00 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -51,5 +51,8 @@ Item { | |||
51 | property string sendOutbox: "sendOutbox" | 51 | property string sendOutbox: "sendOutbox" |
52 | 52 | ||
53 | property string componentDone: "done" | 53 | property string componentDone: "done" |
54 | |||
55 | property string nextConversation: "nextConversation" | ||
56 | property string previousConversation: "previousConversation" | ||
54 | } | 57 | } |
55 | 58 | ||