diff options
Diffstat (limited to 'src/corelib/tools/qmessageauthenticationcode.h')
| -rw-r--r-- | src/corelib/tools/qmessageauthenticationcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qmessageauthenticationcode.h b/src/corelib/tools/qmessageauthenticationcode.h index 3951a6e5fab..a7fb13d201a 100644 --- a/src/corelib/tools/qmessageauthenticationcode.h +++ b/src/corelib/tools/qmessageauthenticationcode.h @@ -28,6 +28,7 @@ public: void addData(const QByteArray &data); bool addData(QIODevice *device); + QByteArrayView resultView() const noexcept; QByteArray result() const; static QByteArray hash(const QByteArray &message, const QByteArray &key, |
