qt5base-lts/tests/auto/tools
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
..
moc Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qdbuscpp2xml MetaObject: Store the QMetaType of the methods 2020-06-02 22:42:15 +02:00
qdbusxml2cpp Regenerate tests/auto/tools 2019-11-12 17:25:41 +00:00
qmake CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
qmakelib Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
rcc CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
uic Use QList instead of QVector in uic tests 2020-06-23 15:06:23 +02:00
CMakeLists.txt CMake: Fix tst_qmake not to hang and re-enable it 2020-06-26 22:14:09 +02:00
tools.pro add test for the qmake library 2015-02-25 13:54:33 +00:00