diff options
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 19d0c402..aa43de76 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -41,5 +41,7 @@ Item { | |||
41 | property string reply: "reply" | 41 | property string reply: "reply" |
42 | property string edit: "edit" | 42 | property string edit: "edit" |
43 | property string compose: "compose" | 43 | property string compose: "compose" |
44 | |||
45 | property string componentDone: "done" | ||
44 | } | 46 | } |
45 | 47 | ||