qt6-bb10/tests/auto/corelib/io/qurl
Thiago Macieira a14a3a5487 QUrl: restore empty-but-not-null for components that are present
This got lost during the QStringView port that happend in Qt 6.0
(commit 548dcef089) because
QString::operator+=(QStringView) does not copy the nullness of the right
side, whereas QString::operator+=(const QString &) does.

Pick-to: 6.2 6.4 6.5
Fixes: QTBUG-84315
Change-Id: Ide4dbd0777a44ed0870efffd17399b772d34fd55
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-01-17 16:51:53 -08:00
..
.gitignore
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
idna-test.c Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tst_qurl.cpp QUrl: restore empty-but-not-null for components that are present 2023-01-17 16:51:53 -08:00
tst_qurl_mac.mm Use SPDX license identifiers 2022-05-16 16:37:38 +02:00