diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 16:21:10 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-07 16:21:10 (GMT) |
commit | 17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151 (patch) | |
tree | 67c7e9243b1d11ede25f8c969123cca137ba2564 /src | |
parent | c18a068963c524f210c0b8a7472dad78b98a7d80 (diff) | |
download | Qt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.zip Qt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.tar.gz Qt-17d867ad4dbe34ee8ef93c74432a4cb1e1f1c151.tar.bz2 |
Doc: Small change to QByteArray::resize()
Task-number: QTBUG-16669
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qbytearray.cpp | 2 |
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) |