qt6-bb10/tests/auto/corelib
Kai Koehne d3659bf88b QVarLengthArray: Add initializer_list constructor
Implement an initializer_list constructor, which was probably
just forgotten so far. Technically this is a SC incompatible change,
since

  QVarLengthArray<int> array = {10};

will now create an array with one element 10, instead of an empty array
with a reserved size of 10. Anyhow, keeping the inconsistency with the
STL / other Qt containers here would certainly do more harm than good
in the long run.

Task-number: QTBUG-45047
Change-Id: I4675880f93e141181250939942fa32300916b0e3
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2015-03-23 08:13:42 +00:00
..
animation Update copyright headers 2015-02-11 06:49:51 +00:00
codecs Fix support for iso8859-16 when compiling with ICU 2015-03-18 07:34:55 +00:00
global Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
io Fix tst_largefile QCOMPARE value types 2015-03-18 13:35:40 +00:00
itemmodels Update copyright headers 2015-02-11 06:49:51 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Fix source incompatibility while connecting signals with forward declared arguments 2015-03-18 07:33:19 +00:00
mimetypes Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
plugin Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
statemachine QStateMachine: add objectName to objects to ease debugging. 2015-03-16 12:55:00 +00:00
thread Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
tools QVarLengthArray: Add initializer_list constructor 2015-03-23 08:13:42 +00:00
xml Update copyright headers 2015-02-11 06:49:51 +00:00
corelib.pro