diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:51:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:51:24 +0200 |
commit | b3223155b178427354b44f05167d0afba0926cbd (patch) | |
tree | 25021116a0f465a6973e36b668945080f3b9fc4b /framework/qml/Messages.qml | |
parent | 4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2 (diff) | |
download | kube-b3223155b178427354b44f05167d0afba0926cbd.tar.gz kube-b3223155b178427354b44f05167d0afba0926cbd.zip |
Another bunch of controllers gone
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 1b384bfa..26a3ea3e 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -32,6 +32,7 @@ Item { | |||
32 | property string markAsUnread: "markAsUnread" | 32 | property string markAsUnread: "markAsUnread" |
33 | property string toggleImportant: "toggleImportant" | 33 | property string toggleImportant: "toggleImportant" |
34 | property string moveToFolder: "moveToFolder" | 34 | property string moveToFolder: "moveToFolder" |
35 | property string moveToDrafts: "moveToDrafts" | ||
35 | 36 | ||
36 | property string notification: "notification" | 37 | property string notification: "notification" |
37 | property string search: "search" | 38 | property string search: "search" |