diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 16:45:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 16:46:16 +0200 |
commit | b8962ee2d35772ab4f2bed1c415a386207067157 (patch) | |
tree | 2d26a70f1eed4c417f32119e03e8e067112938bb /framework/qml/Messages.qml | |
parent | 74703d12ef6f72a057f11957181b6cf6f4730e2d (diff) | |
download | kube-b8962ee2d35772ab4f2bed1c415a386207067157.tar.gz kube-b8962ee2d35772ab4f2bed1c415a386207067157.zip |
Use the fabric to wire up search
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 3241af0b..b4b170ec 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -27,5 +27,6 @@ Item { | |||
27 | 27 | ||
28 | //Actions | 28 | //Actions |
29 | property string moveToTrash: "moveToTrash" | 29 | property string moveToTrash: "moveToTrash" |
30 | property string search: "search" | ||
30 | } | 31 | } |
31 | 32 | ||