From ca4566f3e819d05b495af3a1009c1c86d3963aab Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 14 Oct 2022 19:24:19 +0200 Subject: [PATCH] QmlProfiler: Remove access to non-existent TimeInPercentRole Change-Id: I4b909164d7d69e1fb1902ffde2a89ffdda455751 Reviewed-by: Reviewed-by: Ulf Hermann --- src/plugins/qmlprofiler/qml/QmlProfilerFlameGraphView.qml | 1 - 1 file changed, 1 deletion(-) 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")