qt5base-lts/tests/auto/gui
Marc Mutz e486d69133 QString: preserve embedded NULs when converting from QByteArray
Unearthed an off-by-one error in a QByteArray::fromRawData() call in
tst_qtextdocumentfragment. Fixed by porting to QStringLiteral.

[ChangeLog][Important Behavior Changes] All conversions from QByteArray
to QString now preserve embedded NULs. This is done in order to provide a
faster conversion from QByteArray to QString that does not involve a call to
strlen. If you need the old behavior, convert from QByteArray::constData()
instead. If you are porting from Qt 4, we suggest to make your source compile
with QT_NO_CAST_FROM_BYTEARRAY before porting to Qt 5.

Change-Id: Ibca40f503920fee6f3a5f0d74a04b38b8849796f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-04-02 19:28:31 +00:00
..
image Add tests for detach on setDevicePixelRatio() 2015-03-24 11:22:36 +00:00
itemmodels Update copyright headers 2015-02-11 06:49:51 +00:00
kernel tst_QWindow::initialSize: Use showNormal() instead of show() 2015-03-12 00:10:27 +00:00
math3d Introduce QQuaternion::rotationTo(vecFrom, vecTo) 2015-03-07 01:14:15 +00:00
painting Merge remote-tracking branch 'origin/5.5' into dev 2015-03-16 10:31:07 +01:00
qopengl Update copyright headers 2015-02-11 06:49:51 +00:00
qopenglconfig Add support for GPU bug list reading. 2015-02-14 16:23:47 +00:00
text QString: preserve embedded NULs when converting from QByteArray 2015-04-02 19:28:31 +00:00
util Update copyright headers 2015-02-11 06:49:51 +00:00
gui.pro Add qopenglconfig test. 2015-02-02 23:05:41 +00:00