qt6-bb10/src/corelib
Jędrzej Nowacki 9c79f6dfb3 Add initializer list support in QJsonArray
It allows to create a QJsonArray instance in C++ by using
a similar expression to JSON. For example:

QJsonArray a = {1, 2, 4};

[ChangeLog][QtCore][QtJson] QJsonArray now supports
C++11 initializer lists.

Task-number: QTBUG-26606
Change-Id: Icc352e518d9649d24176c89e7113d200d5c50b0d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-07-04 08:24:05 +02:00
..
animation Allow to control animations frame rate from a custom QAnimationDriver 2014-04-29 03:27:26 +02:00
arch Make the fetchAndAddRelaxed function a member template 2014-06-24 18:41:45 +02:00
codecs Merge remote-tracking branch 'origin/stable' into dev 2014-06-05 22:26:44 +02:00
doc Doc: Fix qRound64 Example documentation 2014-07-02 11:20:59 +02:00
global Fix typo in 'time' message pattern. 2014-07-03 09:34:08 +02:00
io Ensure that QTemporaryFile clears all file mappings. 2014-07-03 06:34:51 +02:00
itemmodels QAbstractProxyModel: Forward drop-related API. 2014-06-25 16:31:03 +02:00
json Add initializer list support in QJsonArray 2014-07-04 08:24:05 +02:00
kernel Merge remote-tracking branch 'origin/5.3' into dev 2014-07-01 16:25:19 +02:00
mimetypes Add QDebug operator for QMimeType. 2014-03-13 17:59:55 +01:00
plugin Move most of the QLibraryPrivate initialization to its constructor 2014-06-21 20:47:19 +02:00
statemachine Emit a notifications when targetState and targetStates are changed. 2014-06-30 13:28:34 +02:00
thread Merge remote-tracking branch 'origin/5.3' into dev 2014-07-01 16:25:19 +02:00
tools Tidy up and expand QSharedPointer documentation. 2014-07-03 10:57:40 +02:00
xml Include the duplicated attribute name in the error message 2014-05-06 01:20:19 +02:00
Qt5CTestMacros.cmake Forward the correct compilers to the actual cmake tests. 2013-08-09 16:28:34 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in CMake: Add defines for disabled features. 2013-11-22 13:04:10 +01:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Generate config-specific moc parameters file. 2013-12-16 20:57:45 +01:00
QtCore.dynlist
corelib.pro Do not build or link to PCRE if QRegularExpression is disabled 2014-05-15 02:51:06 +02:00
eval.pri