diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-01 22:42:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-02 10:03:57 +0200 |
commit | dd582091bc72ddf61a66d2bc3a3e0ce47f2296b5 (patch) | |
tree | 87c75371e5076b70c9cc09157f4cb88ca45a4ad2 /components/mailviewer/contents/ui/MailPart.qml | |
parent | 4e416d546a68513f05ef10d41d05e0a9c6d5ecf6 (diff) | |
download | kube-dd582091bc72ddf61a66d2bc3a3e0ce47f2296b5.tar.gz kube-dd582091bc72ddf61a66d2bc3a3e0ce47f2296b5.zip |
Mailviewer
Diffstat (limited to 'components/mailviewer/contents/ui/MailPart.qml')
-rw-r--r-- | components/mailviewer/contents/ui/MailPart.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/mailviewer/contents/ui/MailPart.qml b/components/mailviewer/contents/ui/MailPart.qml index 30bf1ee0..bf534e85 100644 --- a/components/mailviewer/contents/ui/MailPart.qml +++ b/components/mailviewer/contents/ui/MailPart.qml | |||
@@ -21,14 +21,13 @@ import QtQuick 2.4 | |||
21 | Item { | 21 | Item { |
22 | id: root | 22 | id: root |
23 | property alias rootIndex: visualModel.rootIndex | 23 | property alias rootIndex: visualModel.rootIndex |
24 | property bool debug: true | 24 | property alias model: visualModel.model |
25 | property alias debug: visualModel.debug | ||
25 | height: partListView.height + 10 | 26 | height: partListView.height + 10 |
26 | width: parent.width | 27 | width: parent.width |
27 | 28 | ||
28 | MailDataModel { | 29 | MailDataModel { |
29 | id: visualModel | 30 | id: visualModel |
30 | debug: root.debug | ||
31 | model: messageParser.newTree | ||
32 | } | 31 | } |
33 | 32 | ||
34 | ListView { | 33 | ListView { |