QmlProfiler: Drop type from flamegraph details

It is unnecessary as it's already shown in the title, and it wasn't translated,
so it showed as "undefined: <blah>".

Change-Id: I063b78df5778d17db8849f73c470184546e0daeb
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
This commit is contained in:
Ulf Hermann
2016-12-09 15:42:42 +01:00
parent 25bb2122fe
commit e826a461c1

View File

@@ -217,7 +217,6 @@ ScrollView {
model.push(qsTr("Various Events"));
} else {
addDetail(QmlProfilerFlameGraphModel.DetailsRole, noop);
addDetail(QmlProfilerFlameGraphModel.TypeRole, noop);
addDetail(QmlProfilerFlameGraphModel.CallCountRole, noop);
addDetail(QmlProfilerFlameGraphModel.DurationRole, printTime);
addDetail(QmlProfilerFlameGraphModel.TimePerCallRole, printTime);