From 1c720be3fb3cf31be697e5da042b00ef9e92f1d7 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 23 Nov 2015 14:41:22 +0100 Subject: Doc: corrected statement about QByteArray::clear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-45096 Change-Id: I30a49044690c2f0ef5bf6ee80712e1395c60ac77 Reviewed-by: Topi Reiniƶ --- src/corelib/tools/qbytearray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index a9f361c205..00d15fd518 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -2883,9 +2883,9 @@ QByteArray QByteArray::toUpper_helper(QByteArray &a) /*! \fn void QByteArray::clear() - Clears the contents of the byte array and makes it empty. + Clears the contents of the byte array and makes it null. - \sa resize(), isEmpty() + \sa resize(), isNull() */ void QByteArray::clear() -- cgit v1.2.3