qt6-bb10/tests/auto/corelib
Matthias Rauter 737c6680b4 QRegularExpressionMatch: port API from QString to QAnyStringView keys
The QRegularExpression capture-by-name keys are currently QStringViews,
but are only ever used to compare them against a const char16_t*, so
this API is a perfect candidate for replacing all of these overload sets
with a single QAnyStringView function.

[ChangeLog][QtCore][QRegularExpression] Keys can now be passed as
QAnyStringView (was QStringView).

Fixes: QTBUG-103097
Change-Id: I1a80e85f301cc08370d70b3b5eb0ae10c6a51f33
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2024-04-29 07:40:29 +00:00
..
animation Change license for tests files 2024-02-04 09:56:42 +01:00
global CMake: fix cross-compilation build: ${CMAKE_SYSTEM_PROCESSOR} is empty 2024-04-24 12:27:31 -07:00
io QSaveFile: don't reset fileEngine after commit() 2024-04-26 18:19:39 +02:00
ipc QNativeIpcKey: use new comparison helper macros 2024-04-17 20:30:37 +02:00
itemmodels QItemSelectionRange: use new comparison helper macros 2024-04-18 14:23:15 +02:00
kernel QMimeData: fix setData on URI list without ending CRLF 2024-04-22 13:57:38 -07:00
mimetypes Change license for tests files 2024-02-04 09:56:42 +01:00
platform Android: fix 180 degree orientation issue 2024-04-12 02:20:51 +03:00
plugin tst_QFactoryLoader: includemocs 2024-03-12 14:23:42 +01:00
serialization QXmlStreamWriter: fix attempts to write bad QStrings 2024-04-18 14:35:09 -07:00
text QRegularExpressionMatch: port API from QString to QAnyStringView keys 2024-04-29 07:40:29 +00:00
thread QThread: Introduce isCurrentThread 2024-04-26 18:19:39 +02:00
time Fix duplicate data tag tst_QDate::fromStringFormat:year-match-1999 2024-04-19 13:56:37 +02:00
tools QBitArray: use new comparison helper macros 2024-04-26 20:11:14 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00