Skip to content
Snippets Groups Projects
Commit 8346e354 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlOutline: Always reset views

The incremental update is not working as expected.
parent 0166f499
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,10 @@ void QmlOutlineModel::update(const SemanticInfo &semanticInfo)
m_typeToIcon.clear();
QmlOutlineModelSync syncModel(this);
beginResetModel();
syncModel(m_semanticInfo.document);
endResetModel();
m_context.clear();
......
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