diff --git a/src/plugins/qmlprofiler/qmlprofilereventview.cpp b/src/plugins/qmlprofiler/qmlprofilereventview.cpp index 62c990716ac..74dd5a171b7 100644 --- a/src/plugins/qmlprofiler/qmlprofilereventview.cpp +++ b/src/plugins/qmlprofiler/qmlprofilereventview.cpp @@ -448,7 +448,7 @@ void QmlProfilerEventsView::QmlProfilerEventsViewPrivate::buildModelFromList( co if (m_fieldShown[Type]) { newRow << new EventsViewItem(nameForType(binding->eventType)); - newRow.last()->setData(QVariant(binding->eventType)); + newRow.last()->setData(QVariant(nameForType(binding->eventType))); } if (m_fieldShown[Percent]) {