QmlProfiler: do not show richtext in event details

Change-Id: I1daa2573e6c0ca26d6082a52473372432054a628
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
Kai Koehne
2013-06-13 12:56:10 +02:00
parent 4680099aa1
commit 696e12c8b1
2 changed files with 2 additions and 0 deletions

View File

@@ -56,5 +56,6 @@ Item {
anchors.baseline: lbl.baseline
anchors.left: guideline.right
onLinkActivated: detail.linkActivated(link)
textFormat: Text.PlainText
}
}

View File

@@ -129,6 +129,7 @@ Item {
x: 5
width: 140
text: descriptions[index]
textFormat: Text.PlainText
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
}