qt5base-lts/tests/auto/corelib/tools/qarraydata
João Abecasis 975ebdc4ab Don't manipulate immutable data
QArrayData can point to data it does not own (cf. fromRawData()), which
shouldn't be modified. Not even upon destruction, as this data can live
in Read-Only memory or be otherwise shared outside the QArrayData realm.

Change-Id: I8bdf3050a17802fb003b77d5f543fe31769a7710
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andreas Hartmetz <ahartmetz@gmail.com>
2012-09-11 23:54:57 +02:00
..
qarraydata.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
simplevector.h Add erase operation to QArrayDataOps 2012-07-03 01:55:39 +02:00
tst_qarraydata.cpp Don't manipulate immutable data 2012-09-11 23:54:57 +02:00