aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertraceview.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-08-29 16:32:42 +0200
committerUlf Hermann <ulf.hermann@digia.com>2014-09-29 13:06:45 +0200
commit38f4d6a5f26b6c9ad532dba295ff10d8873a019e (patch)
tree3dc30ea9fc4a6fa491c89768fbf2cf5a15f52343 /src/plugins/qmlprofiler/qmlprofilertraceview.h
parent3af3878ace09fedb98c495f9bda550f7aa0df39c (diff)
QmlProfiler: rename "eventId" fields to "typeId" and "selectionId"
The convention is now that selections are the rows in the expanded timeline, "types" are the types in the QmlProfilerDataModel, and events are the single boxes in the timeline. Thus, the event view shows only types and for consistency the V8 view does so, too. Having eventId as synonym for "type index" and "event index" as actual index into the list of events is confusing. Change-Id: I6b7c4c3f1ab0a8b71c511de52ab296a2e91cf5f0 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertraceview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.h b/src/plugins/qmlprofiler/qmlprofilertraceview.h
index f407f200594..7f008555e56 100644
--- a/src/plugins/qmlprofiler/qmlprofilertraceview.h
+++ b/src/plugins/qmlprofiler/qmlprofilertraceview.h
@@ -100,7 +100,7 @@ public:
public slots:
void clear();
- void selectByTypeIndex(int typeIndex);
+ void selectByTypeId(int typeId);
void selectBySourceLocation(const QString &filename, int line, int column);
private slots: