Doc: fix description of QWindowsPipeReader::read

Change-Id: Ib34fc77cc05125cf698e255a5d80dbf83cf4575e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
bb10
Joerg Bornemann 2015-04-15 14:34:35 +02:00
parent 0c28e1ab7a
commit 6cea45cc24
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ qint64 QWindowsPipeReader::bytesAvailable() const
}
/*!
Stops the asynchronous read sequence.
Copies at most \c{maxlen} bytes from the internal read buffer to \c{data}.
*/
qint64 QWindowsPipeReader::read(char *data, qint64 maxlen)
{