qt5base-lts/tests/auto/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 Updated corelib's unit tests to use QSignalSpy's functor constructor 2014-05-08 04:22:54 +02:00
codecs Merge remote-tracking branch 'origin/release' into stable 2014-05-14 12:37:34 +02:00
global Add support for initializer_list construction in QFlags 2014-07-02 14:49:45 +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 Unduplicate the implementations of next power of two 2014-06-26 00:47:51 +02:00
mimetypes test: Don't build qmimedatabase-cache for QNX 2014-01-16 16:11:04 +01:00
plugin Merge remote-tracking branch 'origin/5.3' into dev 2014-07-01 16:25:19 +02:00
statemachine Export QStateMachine running property. 2014-06-26 09:32:15 +02:00
thread winrt: Use native threading 2014-06-25 16:34:39 +02:00
tools Add tests for assignment operator 2014-07-03 10:42:45 +02:00
xml Include the duplicated attribute name in the error message 2014-05-06 01:20:19 +02:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00