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.