qt6-bb10/tests/auto/network/socket
Marc Mutz 3b6ae86ce8 tst_QSctpSocket: replace QList with const array
"Never use a dynamically-sized container for statically-sized data."

Port the loop from Q_FOREACH (which can't deal with arrays) to ranged
for (which can).

Pick-to: 6.6 6.5
Task-number: QTBUG-115839
Change-Id: Iecfc037c8bbfc0b3196ed0c65f680768a8d2353a
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-08-08 16:03:28 +02:00
..
platformsocketengine CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qabstractsocket CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qhttpsocketengine CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qlocalsocket CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qsctpsocket tst_QSctpSocket: replace QList with const array 2023-08-08 16:03:28 +02:00
qsocks5socketengine CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qtcpserver CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
qtcpsocket tst_QTcpSocket: fix mem-leak 2023-07-15 15:06:58 +02:00
qudpsocket CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00