qt5base-lts/tests/auto/corelib
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
..
animation Introduce QInputDevice hierarchy; replace QTouchDevice 2020-06-16 22:06:56 +02:00
global CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
io Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
itemmodels Remove the deprecated QDirModel 2020-06-04 19:11:19 +02:00
kernel Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
mimetypes QMimeType::suffixForFileName shouldn't lowercase the file suffix 2020-06-01 13:36:05 +02:00
plugin CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
serialization Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR) 2020-06-24 22:43:57 +02:00
statemachine Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
text Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
thread CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
time Make feature datetimeparser depend on feature datestring 2020-07-02 15:35:18 +02:00
tools Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
.prev_CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
corelib.pro Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00