Skip to content
Snippets Groups Projects
Commit 7f3649be authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlInspector: commented out dump of the item tree at every execution

parent a47b424e
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ void ObjectTree::setCurrentObject(int debugId) ...@@ -106,7 +106,7 @@ void ObjectTree::setCurrentObject(int debugId)
void ObjectTree::objectFetched() void ObjectTree::objectFetched()
{ {
dump(m_query->object(), 0); //dump(m_query->object(), 0);
buildTree(m_query->object(), 0); buildTree(m_query->object(), 0);
setCurrentItem(topLevelItem(0)); setCurrentItem(topLevelItem(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment