以下成员源于类 QCryptographicHash 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(弃用)
void
|
addData (const char * data , qsizetype length ) |
[deprecated]
void
QCryptographicHash::
addData
(const
char
*
data
,
qsizetype
length
)
This function is deprecated. We strongly advise against using it in new code.
Adds the first length chars of data to the cryptographic hash.
使用 QByteArrayView overload instead.