summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qstringlistmodel.h
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-09-21 20:14:15 +0200
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-09-24 19:03:02 +0000
commit8bd0e6709f733a4934f32b4bd455eb1a46ff02d6 (patch)
tree572ed982c4641db05256b78a178e53dcf459ad5c /src/corelib/itemmodels/qstringlistmodel.h
parent6d648961c693a3b2319d9ea8974547bd2b4bbece (diff)
QHeaderView: apply small optimization in recalcSectionStartPos()
The loop in recalcSectionStartPos() calls QVector<>::constEnd() after every iteration which is not needed since the vector stays constant. Therefore use the new for loop syntax from c++11 so constEnd() is only called once which gives a small speedup, noticeable with large section counts. Change-Id: If318eec10c9ce234004a9922409fbdbc6409f2f8 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Diffstat (limited to 'src/corelib/itemmodels/qstringlistmodel.h')
0 files changed, 0 insertions, 0 deletions