summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-03-22 14:27:25 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-03-25 08:03:10 +0000
commitd8e2db017392cff7c57cab0d271e5677109f3bd7 (patch)
tree1595c7ba5d08580dce47be6de25721828903a209 /tests/auto/tools
parent9021a748afc9a380feb80dc4d1a824c4d77f2aa1 (diff)
QDir: replace QLVA<QChar> with QVLA<ushort>
... as used in qstring.cpp, too. QChar is only marked as movable, not primitive, as it should have been and ushort is, and there's some hope that the template instantiations can be shared across TUs. Saves a rather disappointing 148B in text size on optimized GCC 7 Linux AMD64 builds. Change-Id: Ic9558a4d83611a6461cd5540c9090cbd4c4f2f4e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/tools')
0 files changed, 0 insertions, 0 deletions