qt6-bb10/tests/auto/corelib/serialization
Thiago Macieira 65f9646583 Fix QCborStreamReader not flushing QIODevices due to internal buffering
When successfully finishing a parse, it's reasonable to expect that the
QIODevice was advanced to the end of the input data.

[ChangeLog][QtCore][QCborStreamReader] Fixed a bug that caused the
QIODevice that the data was being read from not to show the entire CBOR
message as consumed. This allows the user to consume data that may
follow the CBOR payload.

Fixes: QTBUG-77076
Change-Id: I1024ee42da0c4323953afffd15b23f5d8fcc6f50
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2019-07-19 12:31:42 -07:00
..
json QJsonDocument: Make emptyObject an object 2018-07-31 09:33:42 +00:00
qcborstreamreader Fix QCborStreamReader not flushing QIODevices due to internal buffering 2019-07-19 12:31:42 -07:00
qcborstreamwriter Long live QCborStreamWriter! 2018-05-27 22:41:41 +00:00
qcborvalue Fix QCborStreamReader not flushing QIODevices due to internal buffering 2019-07-19 12:31:42 -07:00
qcborvalue_json QCborValue: move the toDiagnosticNotation() function to its own file 2018-07-30 16:21:12 +00:00
qdatastream QDataStream: Fix inconsistent results of iostream with QPalette objects 2019-05-20 22:33:33 +02:00
qdatastream_core_pixmap QPixmap: More safe failing if qApp is not a QGuiApplication 2019-03-22 08:06:43 +00:00
qtextstream Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qxmlstream Fix QXmlStreamWriter xmlns attribute placement 2018-09-28 13:19:48 +00:00
serialization.pro QPixmap: More safe failing if qApp is not a QGuiApplication 2019-03-22 08:06:43 +00:00