qt5base-lts/qmake/library
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
..
ioutils.cpp Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
ioutils.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
proitems.cpp Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
proitems.h Get rid of shared null for QByteArray, QString and QVector 2020-07-06 21:29:58 +02:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeevaluator_p.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeevaluator.cpp Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeevaluator.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeglobals.cpp QMake: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
qmakeglobals.h Change qHash() to work with size_t instead of uint 2020-04-09 20:03:25 +02:00
qmakeparser.cpp Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakeparser.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
qmakevfs.cpp Remove textcodec codepaths in qmake 2020-05-01 18:50:02 +02:00
qmakevfs.h Remove textcodec codepaths in qmake 2020-05-01 18:50:02 +02:00
registry_p.h qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
registry.cpp qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00