qt6-bb10/tests/auto/corelib/text
Lars Knoll 76004502ba Get rid of shared null for QByteArray, QString and QVector
As a side effect, data() can now return a nullptr. This
has the potential to cause crashes in existig code. To work
around this, return an empty string from QString::data()
and QByteArray::data() for now.

For Qt 6 (and once all our internal issues are fixed), data()
will by default return a nullptr for a null QString, but we'll
offer a #define to enable backwards compatible behavior.

Change-Id: I4f66d97ff1dce3eb99a239f1eab9106fa9b1741a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-07-06 21:29:58 +02:00
..
qbytearray Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
qbytearraylist Regenerate tests/auto/corelib/text 2019-11-12 17:26:05 +00:00
qbytearraymatcher Port qtbase/tests/auto/corelib/text tests to CMake 2020-04-27 14:34:51 +02:00
qbytedatabuffer Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qchar QChar: add fromUcs{2,4}() 2020-05-09 06:26:08 +00:00
qcollator Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
qlatin1string Port qtbase/tests/auto/corelib/text tests to CMake 2020-04-27 14:34:51 +02:00
qlocale Port QLocale::quoteString from QStringRef to QStringView 2020-06-11 02:50:16 +02:00
qregexp CMake: Fix tst_qregexp test 2020-06-04 23:20:49 +02:00
qregularexpression Remove winrt 2020-06-06 20:25:49 +02:00
qstring Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
qstring_no_cast_from_bytearray Regenerate tests/auto/corelib/text 2019-11-12 17:26:05 +00:00
qstringapisymmetry Remove QByteArray's methods taking QString and their uses 2020-06-25 09:54:16 +02:00
qstringbuilder Remove QByteArray's methods taking QString and their uses 2020-06-25 09:54:16 +02:00
qstringconverter Add explicit encode()/decode() methods to QStringConverter 2020-06-26 14:41:42 +02:00
qstringiterator Sweep of int-ish → char-ish types near calls to QString::fromU*() 2020-05-12 05:43:37 +00:00
qstringlist Remove QRegExp support from QString and StringList 2020-05-14 14:19:47 +02:00
qstringmatcher Regenerate tests/auto/corelib/text 2019-11-12 17:26:05 +00:00
qstringref Remove deprecated methods 2020-06-12 15:50:08 +02:00
qstringtokenizer Long live QStringTokenizer! 2020-06-03 19:13:54 +02:00
qstringview Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qtextboundaryfinder Remove QTextCodec dependency from test 2020-05-14 07:50:49 +02:00
.prev_CMakeLists.txt Port qtbase/tests/auto/corelib/text tests to CMake 2020-04-27 14:34:51 +02:00
CMakeLists.txt Long live QStringTokenizer! 2020-06-03 19:13:54 +02:00
text.pro Long live QStringTokenizer! 2020-06-03 19:13:54 +02:00