Doc: corrected statement about QByteArray::clear

Task-number: QTBUG-45096
Change-Id: I30a49044690c2f0ef5bf6ee80712e1395c60ac77
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2015-11-23 14:41:22 +01:00
parent 8724dc5eac
commit 1c720be3fb

View File

@ -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()