forked from qt-creator/qt-creator
QmlProfiler: Remove unused member
Change-Id: I856ba25dcdbfc5a90a8d7fe1420257a4792e01ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user