forked from qt-creator/qt-creator
QmlProfiler: do not show richtext in event details
Change-Id: I1daa2573e6c0ca26d6082a52473372432054a628 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -56,5 +56,6 @@ Item {
|
||||
anchors.baseline: lbl.baseline
|
||||
anchors.left: guideline.right
|
||||
onLinkActivated: detail.linkActivated(link)
|
||||
textFormat: Text.PlainText
|
||||
}
|
||||
}
|
||||
|
@@ -129,6 +129,7 @@ Item {
|
||||
x: 5
|
||||
width: 140
|
||||
text: descriptions[index]
|
||||
textFormat: Text.PlainText
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
|
Reference in New Issue
Block a user