qt5base-lts/tests/auto/corelib/io/qiodevice
Alex Trotsenko f40cf77b0f QIODevice: do not change the 'pos' member for sequential devices
Concept of 'current position' exists only for random-access devices.
As documented, for sequential devices QIODevice::pos() must always
return 0. Prevent a modification of the internal 'pos' member in
QIODevice::readAll() method to follow this rule.

Change-Id: Ida2ee6a629ccfc3068d62f95ab1064ada13fdda5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-04-04 08:40:01 +00:00
..
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
android_testdata.qrc Android: Fix QIODevice tests 2014-12-22 09:27:44 +01:00
qiodevice.pro Android: Fix QIODevice tests 2014-12-22 09:27:44 +01:00
tst_qiodevice.cpp QIODevice: do not change the 'pos' member for sequential devices 2015-04-04 08:40:01 +00:00