diff --git a/src/plugins/qmlprofiler/qml/QmlProfilerFlameGraphView.qml b/src/plugins/qmlprofiler/qml/QmlProfilerFlameGraphView.qml index 9926ce460b1..40c95a14cf0 100644 --- a/src/plugins/qmlprofiler/qml/QmlProfilerFlameGraphView.qml +++ b/src/plugins/qmlprofiler/qml/QmlProfilerFlameGraphView.qml @@ -28,7 +28,6 @@ FlameGraphView { QmlProfilerFlameGraphModel.CallCountRole, qsTranslate("QmlProfiler", "Calls"), QmlProfilerFlameGraphModel.DetailsRole, qsTranslate("QmlProfiler", "Details"), QmlProfilerFlameGraphModel.TimePerCallRole, qsTranslate("QmlProfiler", "Mean Time"), - QmlProfilerFlameGraphModel.TimeInPercentRole, qsTranslate("QmlProfiler", "In Percent"), QmlProfilerFlameGraphModel.LocationRole, qsTranslate("QmlProfiler", "Location"), QmlProfilerFlameGraphModel.AllocationsRole, qsTranslate("QmlProfiler", "Allocations"), QmlProfilerFlameGraphModel.MemoryRole, qsTranslate("QmlProfiler", "Memory")