Doc: Correct typo from decoded to encoded
Task-number: QTBUG-62081 Change-Id: Ia07b43445661d66ef0e8fe51d8d022bd5d803327 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
6bc6e6d388
commit
fc17a02c04
@ -1081,7 +1081,7 @@ QDataStream &QDataStream::readBytes(char *&s, uint &l)
|
||||
Reads at most \a len bytes from the stream into \a s and returns the number of
|
||||
bytes read. If an error occurs, this function returns -1.
|
||||
|
||||
The buffer \a s must be preallocated. The data is \e not encoded.
|
||||
The buffer \a s must be preallocated. The data is \e not decoded.
|
||||
|
||||
\sa readBytes(), QIODevice::read(), writeRawData()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user