[doc] Fix typo in QBuffer::setBuffer() description
Pick-to: 6.3 6.2 5.15 Change-Id: I0afb0f114ddf7ceb5e99cb1bca3db99fd6e29223 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
98a94cd6da
commit
ade96f461d
@ -212,7 +212,7 @@ QBuffer::~QBuffer()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Makes QBuffer uses the QByteArray pointed to by \a
|
Makes QBuffer use the QByteArray pointed to by \a
|
||||||
byteArray as its internal buffer. The caller is responsible for
|
byteArray as its internal buffer. The caller is responsible for
|
||||||
ensuring that \a byteArray remains valid until the QBuffer is
|
ensuring that \a byteArray remains valid until the QBuffer is
|
||||||
destroyed, or until setBuffer() is called to change the buffer.
|
destroyed, or until setBuffer() is called to change the buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user