forked from qt-creator/qt-creator
Inspector: Refactor data insertions
Change-Id: I188c41a5335ff626cce519a0622e2201197df0fa Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -137,7 +137,6 @@ private:
|
||||
QStack<QmlDebug::ObjectReference> m_objectStack;
|
||||
QmlDebug::EngineReference m_engine;
|
||||
QHash<int, QByteArray> m_debugIdToIname;
|
||||
QHash<int, QList<int> > m_debugIdChildIds; // This is for 4.x
|
||||
QHash<int, QmlDebug::FileReference> m_debugIdLocations;
|
||||
DebugIdHash m_debugIdHash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user