diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-07 22:17:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-07 22:17:12 +0200 |
commit | 23132b14e9bf3e1ec1f7720bbe28a2051508bd0f (patch) | |
tree | c5989b95fb805b7b770453a01fbff74fc76e43f0 /framework/qml/MailViewer.qml | |
parent | e683f8ebdadd5bfc5a32d6be126c46ec2c3a26e5 (diff) | |
download | kube-23132b14e9bf3e1ec1f7720bbe28a2051508bd0f.tar.gz kube-23132b14e9bf3e1ec1f7720bbe28a2051508bd0f.zip |
Encapsulated parts
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 9e14fc7f..cd170f8f 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -318,7 +318,6 @@ Rectangle { | |||
318 | anchors.left: body.left | 318 | anchors.left: body.left |
319 | anchors.right: body.right | 319 | anchors.right: body.right |
320 | model: messageParser.parts | 320 | model: messageParser.parts |
321 | debug: false | ||
322 | } | 321 | } |
323 | 322 | ||
324 | } | 323 | } |