aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2015-06-02 20:27:21 +0300
committerRobin Burchell <robin.burchell@viroteck.net>2015-06-06 11:33:24 +0000
commit339e2ac49eb9a3eaf1bd1aa32b996b1688ccb3cf (patch)
treec99e1bd3cad95dee0b6ae01cfdb27a3760c18cbf /src/quick/scenegraph
parent0a0756d39907ab106d721dc71969eab923c9681c (diff)
QQuickWindow: Move itemsToPolish from a QSet to QVector.
QQuickItem already keeps track of whether the polish flag has been set, so the set provided no functional advantage here, and would have served to pessimize processing of polish if anything - now adding items to polish and processing them becomes constant-time operations. The only operation that is pessimised is removing polish off an existing item: but this should not be too horrid, unless the number of items to polish stacks up tremendously. Change-Id: I5d26dc899570a1e0186018850c21659e1f60a6b3 Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/quick/scenegraph')
0 files changed, 0 insertions, 0 deletions