diff options
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 597afc0c..18db51ff 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -46,6 +46,7 @@ Item { | |||
46 | property string reply: "reply" | 46 | property string reply: "reply" |
47 | property string edit: "edit" | 47 | property string edit: "edit" |
48 | property string compose: "compose" | 48 | property string compose: "compose" |
49 | property string sendOutbox: "sendOutbox" | ||
49 | 50 | ||
50 | property string componentDone: "done" | 51 | property string componentDone: "done" |
51 | } | 52 | } |