qt5base-lts/tests/auto/network/ssl/qsslcertificate
Ahmad Samir 659b6d5595 tst_QSslCertificate: port Q_FOREACH to ranged-for [5]
The toString() method's parameter is a const&, the loop body doesn't
change the container; and the container the parameter refers to isn't
changed during iteration.

Drive-by, remove braces from single-line if blocks.

Task-number: QTBUG-115839
Change-Id: I363e1ed37c0f75fa6a9f8eac3393a6c10d756c1b
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-08-22 21:49:01 +03:00
..
certificates Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
more-certificates QSslCertificate::toText(): add a file to compare against 2022-08-31 21:55:00 +02:00
pkcs12 Fix crash when reading a PKCS12 file with no private key 2017-08-17 06:43:49 +00:00
verify-certs tst_QSslCertificate::verify - remove QSKIP 2021-08-06 16:08:43 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
CMakeLists.txt CMake: Make network tests standalone projects 2023-07-05 15:09:32 +02:00
tst_qsslcertificate.cpp tst_QSslCertificate: port Q_FOREACH to ranged-for [5] 2023-08-22 21:49:01 +03:00