diff --git a/src/plugins/qmlprofiler/qmlprofilereventview.cpp b/src/plugins/qmlprofiler/qmlprofilereventview.cpp index cd10e98c595..1f6957ff5f9 100644 --- a/src/plugins/qmlprofiler/qmlprofilereventview.cpp +++ b/src/plugins/qmlprofiler/qmlprofilereventview.cpp @@ -607,7 +607,7 @@ void QmlProfilerEventsMainView::QmlProfilerEventsMainViewPrivate::buildModelFrom QString toolTipText; if (binding->eventType == Binding && binding->bindingType == (int)V4Binding) { typeString = typeString + tr(" (v4)"); - toolTipText = qsTr("Binding is evaluated by the optimized v4 engine."); + toolTipText = tr("Binding is evaluated by the optimized v4 engine."); } newRow << new EventsViewItem(typeString); newRow.last()->setData(QVariant(typeString));