summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-04-04 14:27:58 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-04-05 10:30:00 +0200
commitade96f461df0f126a843e65c2b7d368b89f42a13 (patch)
tree0d7bf0a33ccd243993e142f08e4404a8940a844f /src
parent98a94cd6da08e03cda5f6eee5f4b3f0fc1f48833 (diff)
[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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qbuffer.cpp b/src/corelib/io/qbuffer.cpp
index e031e1c77bb..8bf51709bca 100644
--- a/src/corelib/io/qbuffer.cpp
+++ b/src/corelib/io/qbuffer.cpp
@@ -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.