diff options
Diffstat (limited to 'components/mailviewer/qml/MailPart.qml')
-rw-r--r-- | components/mailviewer/qml/MailPart.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mailviewer/qml/MailPart.qml b/components/mailviewer/qml/MailPart.qml index af7d8f20..9a9e1040 100644 --- a/components/mailviewer/qml/MailPart.qml +++ b/components/mailviewer/qml/MailPart.qml | |||
@@ -24,6 +24,7 @@ Item { | |||
24 | id: root | 24 | id: root |
25 | property alias rootIndex: visualModel.rootIndex | 25 | property alias rootIndex: visualModel.rootIndex |
26 | property alias model: visualModel.model | 26 | property alias model: visualModel.model |
27 | property alias searchString: visualModel.searchString | ||
27 | property variant sender | 28 | property variant sender |
28 | property variant date | 29 | property variant date |
29 | height: childrenRect.height | 30 | height: childrenRect.height |