forked from qt-creator/qt-creator
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:
@@ -41,8 +41,8 @@ class QmlProfilerModelManager;
|
||||
class QmlProfilerStatisticsRelativesModel;
|
||||
|
||||
enum QmlProfilerStatisticsRelation {
|
||||
QmlProfilerStatisticsChilden,
|
||||
QmlProfilerStatisticsParents
|
||||
QmlProfilerStatisticsCallees,
|
||||
QmlProfilerStatisticsCallers
|
||||
};
|
||||
|
||||
class QmlProfilerStatisticsModel : public QObject
|
||||
|
||||
Reference in New Issue
Block a user