summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 23:57:43 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 20:55:49 +0200
commit5b0a5ac20c219ebb0baba1df2951dd33c25a18b6 (patch)
tree8a1033142f6f01df3faa6e3dd44e291196ff555a /src/corelib/io
parent89627fd7f977c74494c5c7578ce1f58f2ffbe26a (diff)
Fix some qdoc warnings: function parameter names
In QTextDocument and QTextFormat, standardize language a bit. Change-Id: I7c81ecc7a32e36ec32214e6b5386a2827cfcbc3f Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qiodevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qiodevice.cpp b/src/corelib/io/qiodevice.cpp
index d64c2f37cb..924876b785 100644
--- a/src/corelib/io/qiodevice.cpp
+++ b/src/corelib/io/qiodevice.cpp
@@ -1727,7 +1727,7 @@ qint64 QIODevice::write(const char *data)
/*!
\overload
- Writes the content of \a byteArray to the device. Returns the number of
+ Writes the content of \a data to the device. Returns the number of
bytes that were actually written, or -1 if an error occurred.
\sa read(), writeData()