aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-18 17:57:51 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-07-19 09:56:27 +0000
commitcf19a6af071f2f93d4e5fcb8229f8fd5126a0c53 (patch)
tree2281cf4756af5061ca95a0efa001d37f9ab60bf8 /src/plugins/qmlprofiler/flamegraphmodel.h
parent11af2f487fff5771c665c88f774fc597b713bdfc (diff)
QmlProfiler: Remove unused member
Change-Id: I856ba25dcdbfc5a90a8d7fe1420257a4792e01ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/flamegraphmodel.h')
-rw-r--r--src/plugins/qmlprofiler/flamegraphmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h
index b01cd5fa23..ca6c2503b6 100644
--- a/src/plugins/qmlprofiler/flamegraphmodel.h
+++ b/src/plugins/qmlprofiler/flamegraphmodel.h
@@ -98,8 +98,6 @@ private:
QVariant lookup(const FlameGraphData &data, int role) const;
FlameGraphData *pushChild(FlameGraphData *parent, const QmlEvent &data);
- int m_selectedTypeIndex;
-
// used by binding loop detection
QStack<QmlEvent> m_callStack;
FlameGraphData m_stackBottom;