summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/atom.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2014-11-06 09:19:29 +0100
committerhjk <[email protected]>2014-11-06 11:33:52 +0100
commitd3f3e1218c07cad7f69eebe9b011bededb45bfa5 (patch)
tree155d0289dfde0d3cc3ca961f329503a66935edae /src/tools/qdoc/atom.cpp
parent1031ad876142461c0256fc78648747171c1b48db (diff)
Add a inline QVector::append(const QVector &) overload
This is present in QList already and its lack is a nuisance when switching from QList based code to QVector (which makes sense e.g. if the item size exceeds sizeof(void*)) Also, albeit operator+=() and operator<<() exist, some people simply prefer functions with real function names. [ChangeLog][QtCore][QVector] Added QVector::append(const QVector &) overload Change-Id: I9aae8223b086765625f2f3071fab5da0780f8a43 Reviewed-by: Liang Qi <[email protected]> Reviewed-by: Olivier Goffart <[email protected]>
Diffstat (limited to 'src/tools/qdoc/atom.cpp')
0 files changed, 0 insertions, 0 deletions