diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-21 13:35:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-23 15:43:23 +0100 |
commit | 7fbd3cbdadb5bfb509b9bc396d949fe38a067072 (patch) | |
tree | 7d11120d4eb69aaa42039181d3b35a71b8ec0c9e /framework/qml/Messages.qml | |
parent | 46486a878310df55b686b8fbc2b6aaf35d613da7 (diff) | |
download | kube-7fbd3cbdadb5bfb509b9bc396d949fe38a067072.tar.gz kube-7fbd3cbdadb5bfb509b9bc396d949fe38a067072.zip |
Search in conversationview
...via syntax highligher or search api.
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 9df83863..35aa750a 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -42,6 +42,7 @@ Item { | |||
42 | property string progressNotification: "progressNotification" | 42 | property string progressNotification: "progressNotification" |
43 | property string errorNotification: "errorNotification" | 43 | property string errorNotification: "errorNotification" |
44 | property string search: "search" | 44 | property string search: "search" |
45 | property string searchString: "searchString" | ||
45 | property string synchronize: "synchronize" | 46 | property string synchronize: "synchronize" |
46 | property string reply: "reply" | 47 | property string reply: "reply" |
47 | property string forward: "forward" | 48 | property string forward: "forward" |