diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-09-07 10:45:07 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-09-07 11:56:30 (GMT) |
commit | 73da1fd9ff3e316dca3367a013f41b2488ac4081 (patch) | |
tree | 8e046015d8d0d38e1a8b6834fa6dfb82534e0d04 /src/scripttools/debugging/qscriptdebuggerscriptswidgetinterface.cpp | |
parent | fd4e745c99fc5fbb4debefdd66122e65b68d60a3 (diff) | |
download | Qt-73da1fd9ff3e316dca3367a013f41b2488ac4081.zip Qt-73da1fd9ff3e316dca3367a013f41b2488ac4081.tar.gz Qt-73da1fd9ff3e316dca3367a013f41b2488ac4081.tar.bz2 |
QDataStream doesn't check return values from QIODevice::write
QDataStream does not check values from QIODevice::write and QIODevice::read
since it cannot decide what to do in case of errors or less data written
or read. The fix for this is to fix the documentation for
QIODevice::writeData and QIODevice::readData to make sure implementations
write and read all the requested data.
Task-number: QTBUG-13108
Reviewed-by: David Boddie
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerscriptswidgetinterface.cpp')
0 files changed, 0 insertions, 0 deletions