diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-10 15:53:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-10 15:53:06 +0200 |
commit | df10583b42f49a58d27dd6dd322f22fd88ce1418 (patch) | |
tree | 34c2dc39c47b60ebc28130985ac976172da478ad /components/package/contents/ui/FocusComposer.qml | |
parent | 6e76e328b2adbc20bd2da6628a7f57aaa7afe5b1 (diff) | |
download | kube-df10583b42f49a58d27dd6dd322f22fd88ce1418.tar.gz kube-df10583b42f49a58d27dd6dd322f22fd88ce1418.zip |
Support for loading drafts
Diffstat (limited to 'components/package/contents/ui/FocusComposer.qml')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index 1cd3cb32..4e61b6c1 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -24,6 +24,7 @@ import org.kube.framework.theme 1.0 | |||
24 | Rectangle { | 24 | Rectangle { |
25 | id: root | 25 | id: root |
26 | property variant originalMessage | 26 | property variant originalMessage |
27 | property variant draftMessage | ||
27 | 28 | ||
28 | color: ColorPalette.border | 29 | color: ColorPalette.border |
29 | 30 | ||
@@ -62,6 +63,7 @@ Rectangle { | |||
62 | Layout.fillWidth: true | 63 | Layout.fillWidth: true |
63 | Layout.fillHeight: true | 64 | Layout.fillHeight: true |
64 | originalMessage: root.originalMessage | 65 | originalMessage: root.originalMessage |
66 | draftMessage: root.draftMessage | ||
65 | } | 67 | } |
66 | 68 | ||
67 | RowLayout { | 69 | RowLayout { |