summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineparser.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-12-28 13:23:28 -0200
committerThiago Macieira <thiago.macieira@intel.com>2015-12-29 12:31:38 +0000
commit83da3e5edaf568b4a8c6aec8e0750fa45c726a27 (patch)
tree81d5201095edd62f80caa86a4691359d42547303 /src/corelib/tools/qcommandlineparser.cpp
parent72b4f0d4743826ee14ec06bf0ada26418f4a69be (diff)
Change a QList of pointers to QVector
QList of pointers is optimum, but QVector should provide the same performance (we aren't using the beginning-of-list feature that QList has and QVector doesn't). But since we're using QVector elsewhere, this should be better. Change-Id: I39cc61d0d59846ab8c23ffff14241c6715e2eb00 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/corelib/tools/qcommandlineparser.cpp')
0 files changed, 0 insertions, 0 deletions