summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 21:09:03 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 21:09:03 -0600
commitc03b3427150f2431c61e49efc6e0440828be9644 (patch)
tree92f4a6071d34fa6a5e786075467b5125d1ae60a2
parent1f469a85e48c19b2fcb4f119bed8b2d56cff8629 (diff)
downloadkube-c03b3427150f2431c61e49efc6e0440828be9644.tar.gz
kube-c03b3427150f2431c61e49efc6e0440828be9644.zip
It's still necessary
-rw-r--r--components/mailviewer/contents/ui/TextContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/TextContent.qml b/components/mailviewer/contents/ui/TextContent.qml
index f0208a83..b3f0ee69 100644
--- a/components/mailviewer/contents/ui/TextContent.qml
+++ b/components/mailviewer/contents/ui/TextContent.qml
@@ -54,7 +54,7 @@ Item {
54 font.family: Kube.Font.fontFamily 54 font.family: Kube.Font.fontFamily
55 color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor 55 color: embedded ? Kube.Colors.disabledTextColor : Kube.Colors.textColor
56 onLinkActivated: Qt.openUrlExternally(link) 56 onLinkActivated: Qt.openUrlExternally(link)
57 //TODO This might no longer be necessary starting with Qt 5.8 57
58 MouseArea { 58 MouseArea {
59 anchors.fill: parent 59 anchors.fill: parent
60 acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text 60 acceptedButtons: Qt.NoButton // we don't want to eat clicks on the Text