summaryrefslogtreecommitdiffstats
path: root/components/mailviewer/contents/ui/TextContent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/mailviewer/contents/ui/TextContent.qml')
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml9
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}