diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 16:03:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-04 16:22:39 +0200 |
commit | 322a616573dfe52ee412573bd93fbc646b4ca008 (patch) | |
tree | 63a493e57057a463fa04e7e783c6846017100b40 /framework/qml | |
parent | 02a2631a38243fb21c59e94ef89b0f50df5e427a (diff) | |
download | kube-322a616573dfe52ee412573bd93fbc646b4ca008.tar.gz kube-322a616573dfe52ee412573bd93fbc646b4ca008.zip |
Properly hook up the sink fabric
Diffstat (limited to 'framework/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 a6ca6fe0..19d0c402 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -35,6 +35,7 @@ Item { | |||
35 | property string moveToDrafts: "moveToDrafts" | 35 | property string moveToDrafts: "moveToDrafts" |
36 | 36 | ||
37 | property string notification: "notification" | 37 | property string notification: "notification" |
38 | property string progressNotification: "progressNotification" | ||
38 | property string search: "search" | 39 | property string search: "search" |
39 | property string synchronize: "synchronize" | 40 | property string synchronize: "synchronize" |
40 | property string reply: "reply" | 41 | property string reply: "reply" |