summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2011-03-07 16:21:10 (GMT)
committerGeir Vattekar <geir.vattekar@nokia.com>2011-03-07 16:21:10 (GMT)
commit17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151 (patch)
tree67c7e9243b1d11ede25f8c969123cca137ba2564 /src/corelib/tools/qbytearray.cpp
parentc18a068963c524f210c0b8a7472dad78b98a7d80 (diff)
downloadQt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.zip
Qt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.tar.gz
Qt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.tar.bz2
Doc: Small change to QByteArray::resize()
Task-number: QTBUG-16669
Diffstat (limited to 'src/corelib/tools/qbytearray.cpp')
-rw-r--r--src/corelib/tools/qbytearray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp
index 568293d..641f8d5 100644
--- a/src/corelib/tools/qbytearray.cpp
+++ b/src/corelib/tools/qbytearray.cpp
@@ -1363,7 +1363,7 @@ QByteArray::QByteArray(int size, Qt::Initialization)
If \a size is less than the current size, bytes are removed from
the end.
- \sa size()
+ \sa size(), truncate()
*/
void QByteArray::resize(int size)