Doc: fix description of QWindowsPipeReader::read
Change-Id: Ib34fc77cc05125cf698e255a5d80dbf83cf4575e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>bb10
parent
0c28e1ab7a
commit
6cea45cc24
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue