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:
parent
8724dc5eac
commit
1c720be3fb
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user