Obsolete Members for QCryptographicHash

以下成员源于类 QCryptographicHash 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(弃用) void addData (const char * data , qsizetype length )

成员函数文档编制

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.