aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-05-02 18:51:57 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-05-08 07:02:05 +0000
commit22e523e50416fe9e8edd2ef5905574a98934e756 (patch)
treeaa14c44e13ef3b4c293c8145433d0cc458646f4c /src/plugins/qmlprofiler/flamegraphmodel.h
parentbd91d938c4b26af8946582288ffde079633e95db (diff)
Add generic FlameGraphView QML component
This allows us to reduce code duplication, but we first have to put timeline and flame graph into the same library, so that we can use the TimelineThere in FlameGraphView. Change-Id: I72b27ffb1fc5aa6baf6a23d85e5ca6c610896b8c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/flamegraphmodel.h')
-rw-r--r--src/plugins/qmlprofiler/flamegraphmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h
index a3aa58b188..c1984ffc43 100644
--- a/src/plugins/qmlprofiler/flamegraphmodel.h
+++ b/src/plugins/qmlprofiler/flamegraphmodel.h
@@ -68,7 +68,6 @@ public:
ColumnRole,
NoteRole,
TimePerCallRole,
- TimeInPercentRole,
RangeTypeRole,
LocationRole,
AllocationsRole,