qt6-bb10/tests/auto/network
Mate Barany 04787eef80 Apply the PIMPL idiom to QFormDataPartBuilder
Change QFormDataBuilderPrivate to store a vector of
QFormDataPartBuilderPrivates and pimplify QFormDataPartBuilder such that
it stores a pointer to the QFormDataBuilderPrivate and an index into the
vector. This makes it robust against QFDP::m_parts reallocations and we
can make QFDBP copyable which has the benefit that if the user wants to
"go back" to an earlier part, she can do so by storing the result of the
original part() call by value.

Found in API review.

Task-number: QTBUG-125985
Change-Id: I56e9018e539457e9494751bdb62509f84a680889
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit aca8235c753d673abe7442cdf8b628fe4e05c471)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-07-05 15:55:31 +00:00
..
access Apply the PIMPL idiom to QFormDataPartBuilder 2024-07-05 15:55:31 +00:00
kernel Android: prefer wlan IPv6 connection over other interfaces 2024-05-23 10:26:20 +03:00
selftest Change license for tests files 2024-02-04 09:56:42 +01:00
socket Improve test compilation setup with QtLite configuration 2024-05-10 09:04:44 +00:00
ssl Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
CMakeLists.txt Rid of 'special case' markers 2023-04-13 18:30:58 +02:00