diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2023-03-02 22:44:00 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2023-03-17 00:41:32 +0100 |
| commit | a6bf36d409f5a5ba7cae7438142c37d786042429 (patch) | |
| tree | 9fe691297af8d1562ab51e57c4b75f010c3d2d71 /tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp | |
| parent | c19f9716fb06a0bff26ec3f2c5104b60e6cd245a (diff) | |
QMessageAuthenticationCode: make reset() noexcept
This is the last method that can and should be noexcept:
- the ctor allocates the Private, so can't be
- static hash() allocates QByteArray::data(), so also cannot be
- ditto result()
All other functions are already noexcept.
Fixes: QTBUG-111688
Change-Id: I237c3d1292452da5ca92712531c3527c1fb2f59b
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/sql/kernel/qsqldatabase/tst_qsqldatabase.cpp')
0 files changed, 0 insertions, 0 deletions
