QCborStreamWriter: remove stale doc about 2 GB size limits
Those applied to Qt 5's int-based size types. Pick-to: 6.9 6.8 6.5 Change-Id: Id8436bae9c641e33770bfffdd55bb1b883863a7c Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
54daec43a0
commit
e62407b429
@ -589,11 +589,6 @@ void QCborStreamWriter::append(double d)
|
||||
CBOR Byte String value. QCborStreamWriter will attempt to write the entire
|
||||
string in one chunk.
|
||||
|
||||
Unlike the QByteArray overload of append(), this function is not limited by
|
||||
QByteArray's size limits. However, note that neither
|
||||
QCborStreamReader::readByteArray() nor QCborValue support reading CBOR
|
||||
streams with byte arrays larger than 2 GB.
|
||||
|
||||
\sa append(), appendTextString(),
|
||||
QCborStreamReader::isByteArray(), QCborStreamReader::readByteArray()
|
||||
*/
|
||||
@ -610,10 +605,6 @@ void QCborStreamWriter::appendByteString(const char *data, qsizetype len)
|
||||
The string pointed to by \a utf8 is expected to be properly encoded UTF-8.
|
||||
QCborStreamWriter performs no validation that this is the case.
|
||||
|
||||
Unlike the QLatin1StringView overload of append(), this function is not limited
|
||||
to 2 GB. However, note that neither QCborStreamReader::readString() nor
|
||||
QCborValue support reading CBOR streams with text strings larger than 2 GB.
|
||||
|
||||
\sa append(QLatin1StringView), append(QStringView),
|
||||
QCborStreamReader::isString(), QCborStreamReader::readString()
|
||||
*/
|
||||
@ -634,10 +625,6 @@ void QCborStreamWriter::appendTextString(const char *utf8, qsizetype len)
|
||||
The string pointed to by \a str is expected to be properly encoded UTF-8.
|
||||
QCborStreamWriter performs no validation that this is the case.
|
||||
|
||||
Unlike the QLatin1StringView overload of append(), this function is not limited
|
||||
to 2 GB. However, note that neither QCborStreamReader nor QCborValue support
|
||||
reading CBOR streams with text strings larger than 2 GB.
|
||||
|
||||
\sa append(QLatin1StringView), append(QStringView),
|
||||
QCborStreamReader::isString(), QCborStreamReader::readString()
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user