summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-02-20 10:07:29 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-02-22 08:04:12 +0000
commit19085350fb3b9de89a4c3e5a6c1c7bbb2a43c324 (patch)
tree6a23805fed9ead17b7a12b07794834edcfe90cdb /src/corelib/thread
parent4df229ce50d72e814c34b73c14a30c4d3d4724b1 (diff)
Do not use QTypeInfo::isStatic anymore
... except in QList. When dafa3618 introduced isRelocatable and QTypeInfoQuery, the intention was to decouple the memory layout of QList from the reallocation optimizations in QVector. This never happened, as QVector (and QVarLengthArray) continue to use isStatic to this day. Fix by porting both QVector and QVLA to QTypeInfoQuery and isRelocatable. Change-Id: I6951f2cf21f0cbb24e2dbd38f80f1bd82007d394 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/thread')
0 files changed, 0 insertions, 0 deletions