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

QmlJSOutline: Optimize performance of QmlOutlineModel

Previously we're setting the properties of the items one by one, each
time potentially triggering an update of the view. Actually this
uncovered an error in the Filter, which was only reacting to the first
change and therefore didn't take the item type into account on first
load.

Instead, we now use our own QStandardItem class which can be used to
assign all values at once.
parent f0c7ef62
No related branches found
No related tags found
Loading
Loading
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