forked from qt-creator/qt-creator
QmlOutline: Show icons for known types
This commit is contained in:
@@ -850,7 +850,7 @@ void QmlJSTextEditor::updateOutlineNow()
|
||||
return;
|
||||
}
|
||||
|
||||
m_outlineModel->update(document);
|
||||
m_outlineModel->update(document, snapshot);
|
||||
updateOutlineIndexNow();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user