qt6-bb10/tests/auto/corelib/serialization
Thiago Macieira 6978951d5e Fix users of static max_size()
Container::max_size() is a _non-static_ member function in the STL, so
we can't call it as C::max_size(). Instead, use the newly-added,
Qt-style camel-case maxSize(), which we will keep static constexpr.

Task-number: QTBUG-128450
Change-Id: I839df90a91cced85f000c7d2744ba547f629ed98
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 6c15f99853c4cecd9285e189a441392a397b0f82)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-08-31 08:56:31 +00:00
..
json Tests: disable various compiler warnings 2024-07-12 00:48:40 +00:00
qcborstreamreader Fix users of static max_size() 2024-08-31 08:56:31 +00:00
qcborstreamwriter tst_QCborStreamWriter: port to QTEST_THROW_ON_FAIL 2024-06-19 23:31:29 +00:00
qcborvalue Fix users of static max_size() 2024-08-31 08:56:31 +00:00
qcborvalue_json Change license for tests files 2024-02-04 09:56:42 +01:00
qdatastream Fix test compilation issues with QtLite configuration 2024-05-06 14:29:02 +00:00
qdatastream_core_pixmap Change license for tests files 2024-02-04 09:56:42 +01:00
qtextstream Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
qxmlstream QXmlStreamWriter: fix attempts to write bad QStrings 2024-04-18 14:35:09 -07:00
CMakeLists.txt tst_QCborValue: port to QTEST_THROW_ON_FAIL 2024-06-19 23:31:45 +00:00
cborlargedatavalidation.cpp Change license for tests files 2024-02-04 09:56:42 +01:00