qt5base-lts/tests/auto/corelib/serialization/qxmlstream
Lars Knoll 03326a2fec Move implementation of QVector/List back to qlist.h
And name the main class QList. That's also the one we document.

This gives less porting pain for our users, and a lot less churn
in our API, as we use QList in Qt 5 in 95% of our API.
In addition, it gives more consistent naming with QStringList and
QByteArrayList and disambiguates QList vs QVector(2|3|4)D.

Fixes: QTBUG-84468
Change-Id: I3cba9d1d3179969d8bf9320b31be2230d021d1a9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-06-20 20:01:33 +02:00
..
data QXmlStreamReader: early return in case of malformed attributes 2020-01-23 19:44:09 +01:00
XML-Test-Suite Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
.gitattributes Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
.gitignore Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
CMakeLists.txt cmake: add tests in corelib/serialization 2019-10-07 08:57:31 +00:00
qc14n.h Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
qxmlstream.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
setupSuite.sh Remove Perforce commands from setupSuite.sh 2020-05-05 12:24:38 -07:00
tst_qxmlstream.cpp Move implementation of QVector/List back to qlist.h 2020-06-20 20:01:33 +02:00
XML-Test-Suite-LICENSE.txt Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00