[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:
Marc Mutz 2022-04-04 14:27:58 +02:00
parent 98a94cd6da
commit ade96f461d

View File

@ -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
ensuring that \a byteArray remains valid until the QBuffer is
destroyed, or until setBuffer() is called to change the buffer.