QmlOutline: Show icons for known types

This commit is contained in:
Kai Koehne
2010-07-13 17:05:47 +02:00
parent 874a185f53
commit ce32f25ba3
24 changed files with 141 additions and 22 deletions

View File

@@ -850,7 +850,7 @@ void QmlJSTextEditor::updateOutlineNow()
return;
}
m_outlineModel->update(document);
m_outlineModel->update(document, snapshot);
updateOutlineIndexNow();
}