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 /components/mailviewer/contents/ui/TextContent.qml | |
parent | e683f8ebdadd5bfc5a32d6be126c46ec2c3a26e5 (diff) | |
download | kube-23132b14e9bf3e1ec1f7720bbe28a2051508bd0f.tar.gz kube-23132b14e9bf3e1ec1f7720bbe28a2051508bd0f.zip |
Encapsulated parts
Diffstat (limited to 'components/mailviewer/contents/ui/TextContent.qml')
-rw-r--r-- | components/mailviewer/contents/ui/TextContent.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml index f8ef7f9a..a0094a3e 100644 --- a/components/mailviewer/contents/ui/TextContent.qml +++ b/components/mailviewer/contents/ui/TextContent.qml | |||
@@ -24,7 +24,6 @@ Item { | |||
24 | id: root | 24 | id: root |
25 | 25 | ||
26 | property string content | 26 | property string content |
27 | property bool debug: true | ||
28 | property bool embedded: true | 27 | property bool embedded: true |
29 | property string type | 28 | property string type |
30 | 29 | ||
@@ -54,13 +53,5 @@ Item { | |||
54 | color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor | 53 | color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor |
55 | onLinkActivated: Qt.openUrlExternally(link) | 54 | onLinkActivated: Qt.openUrlExternally(link) |
56 | } | 55 | } |
57 | |||
58 | //BEGIN debug | ||
59 | Text { | ||
60 | width: parent.width | ||
61 | visible: root.debug | ||
62 | text: type | ||
63 | } | ||
64 | //END debug | ||
65 | } | 56 | } |
66 | } | 57 | } |