qt6-bb10/src/corelib
Lars Knoll 763790bb5c Fix a bug in the assignment operators for QJsonObject and Array
When objects or arrays where being used read only, several objects
can share the same d pointer, but will have different pointers into
the binary data. Correctly change the pointer into the binary
data even if the d-pointer is the same.

Change-Id: Ife0ea5ac5daf46586f855dccdf35b51ec696a623
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2012-03-08 16:06:48 +01:00
..
animation Fix deadlock in QPropertyAnimation 2012-03-07 12:48:49 +01:00
arch Make loadAcquire const. 2012-02-29 19:11:54 +01:00
codecs Fixes potential memory leak in qtextcodec.cpp 2012-03-08 07:28:21 +01:00
global Fixed warnings from arm builds with -Wundef 2012-03-07 00:03:18 +01:00
io QProcess/Win: pointless Sleep call removed 2012-03-06 17:47:17 +01:00
itemmodels Remove the usage of deprecated qdoc macros. 2012-03-02 23:16:25 +01:00
json Fix a bug in the assignment operators for QJsonObject and Array 2012-03-08 16:06:48 +01:00
kernel Crash fix in QMetaType::typeName. 2012-03-08 16:04:02 +01:00
mimetypes QMimeDatabase: Fix crash on empty filename 2012-03-06 12:10:42 +01:00
plugin Support new-style plugins without a "Keys" json property 2012-03-06 06:34:42 +01:00
statemachine Port QSignalEventGenerator meta-object to revision 6 2012-02-20 11:29:42 +01:00
thread Cleanup QThread::initialize and QThread::cleanup 2012-03-06 17:18:50 +01:00
tools QRegularExpression: add optimizations autotest 2012-03-07 19:18:22 +01:00
xml QXmlStream{Reader,Writer}: add explicit to constructors 2012-02-26 10:53:25 +01:00
Qt5CoreConfigExtras.cmake.in Make the CONFIG and QT_CONFIG contents available downstream. 2012-03-02 15:55:29 +01:00
Qt5CoreMacros.cmake Use the CMake definition of Windows for CMake macros. 2012-02-23 01:36:14 +01:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00