summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcommandlineparser.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-02-05 18:17:09 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-06 09:07:35 +0000
commitaabbb87f4a2b0b013d0abc7efc65f2b85f64aa8f (patch)
treea21801c4caed090abdd84cfab26a12cf6664549b /src/corelib/tools/qcommandlineparser.cpp
parentd4789294a41d13e4e43cdfb4d25129c72c2fccab (diff)
qdoc: Switched to QList from QMap for subprojects list
QMap sorts the subproject entries by default, which doesn't seem logical for the qch use case. The subprojects should be listed in the order they are defined in the qdocconf. Moreover, the no. of subproject entries in the map is often less than 4, at least for qt. So there is no performance gain in using QMap for this scenario. QList just serves the purpose of storing the subprojects in a list before they are written to the qhp file. Change-Id: I841934289e09e8e232859353a3dfa15c491dba2e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/corelib/tools/qcommandlineparser.cpp')
0 files changed, 0 insertions, 0 deletions