QmlProfiler: Disambiguate parent/child terminology in statistics

When talking about call stacks call them "caller" and "callee". Call
the invisible root item of the model "rootItem".

Change-Id: I551b23f1491d391145193901d3f3a29ab3942089
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-03-23 10:14:48 +01:00
parent abfe7fd3c7
commit 5de5794c49
3 changed files with 18 additions and 18 deletions

View File

@@ -41,8 +41,8 @@ class QmlProfilerModelManager;
class QmlProfilerStatisticsRelativesModel;
enum QmlProfilerStatisticsRelation {
QmlProfilerStatisticsChilden,
QmlProfilerStatisticsParents
QmlProfilerStatisticsCallees,
QmlProfilerStatisticsCallers
};
class QmlProfilerStatisticsModel : public QObject