aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-06-25 12:41:03 +0200
committerRichard Moe Gustavsen <richard.gustavsen@qt.io>2018-06-26 11:47:35 +0000
commit1e8d4097860e4c92dd49c0df03ce6f9b68eef961 (patch)
tree92893a59e749ae6617296c6f0875ea2f882807e6 /src/qml/jsruntime
parenteae4756f74d70de46d9345ece54345f597bc1929 (diff)
QQuickTableView: use QHash instead of QList to store delegate items
Using a QList to store all loaded delegate items was a legacy solution inherited from QQuickItemView. But we look-up items in the list based on index all the time, so switching to use QHash instead should be more optimal. Change-Id: I1aa8d23b3ac208a9424982491faaa5dd42775280 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qml/jsruntime')
0 files changed, 0 insertions, 0 deletions