summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-10-25 15:52:55 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-07-07 18:40:31 +0000
commit49ab284d3445c61a0ea819bbe2dd2ed54241d2e9 (patch)
treeb874dd840d17e1c6bbb7d95c309df84495cca40f /qmake
parent0b7d9d28119d27bd6ccb277876f4d904d1d7afcb (diff)
Stop using QVector in QFileInfoPrivate
This was added in 32629676b977d98e853fc6101a63c0d888ff5598 for Qt 5.1 because QDateTime always allocated memory, so QVector was much faster for default-created objects. Since Qt 5.7, QDateTime no longer allocates memory in the default constructor, and in Qt 5.8 on 64-bit systems, it won't allocate memory at all for most reasonable dates, so construction times are acceptable now. Change-Id: If0ad4d988da143b3b1b2fffd1480e83121cddc8c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions