diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-03 16:28:23 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-03 16:28:23 +0200 |
commit | 1bceb83479c74eb2035354b7fde0eeb9c655ead4 (patch) | |
tree | 5c441bde4e33fe9d9de99fa7472a74b7d367f4b8 /components/mailviewer/qml/ErrorPart.qml | |
parent | 396ef0f89531ff7d502e3df3187850d6182e272b (diff) | |
download | kube-1bceb83479c74eb2035354b7fde0eeb9c655ead4.tar.gz kube-1bceb83479c74eb2035354b7fde0eeb9c655ead4.zip |
Search string propagation
Diffstat (limited to 'components/mailviewer/qml/ErrorPart.qml')
-rw-r--r-- | components/mailviewer/qml/ErrorPart.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/qml/ErrorPart.qml b/components/mailviewer/qml/ErrorPart.qml index 0e5d9b8e..54332375 100644 --- a/components/mailviewer/qml/ErrorPart.qml +++ b/components/mailviewer/qml/ErrorPart.qml | |||
@@ -23,6 +23,7 @@ Item { | |||
23 | id: root | 23 | id: root |
24 | property variant errorType | 24 | property variant errorType |
25 | property string errorString | 25 | property string errorString |
26 | property string searchString | ||
26 | height: partListView.height | 27 | height: partListView.height |
27 | width: parent.width | 28 | width: parent.width |
28 | 29 | ||