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:
Paul Wicking 2018-07-20 20:27:21 +02:00
parent 6bc6e6d388
commit fc17a02c04

View File

@ -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()
*/