network: silence -Wimplicit-exception-spec-mismatch

`noexcept` drop implicit noexcept from QHttp2Connection dtor

Pick-to: 6.8
Change-Id: I0ff6afb1f70d3fe68739380b6f18c308871aa327
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
(cherry picked from commit 1f6352010d82ad97eb9bf28cbb7140e0eb27dbba)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tim Blechmann 2025-05-10 21:37:52 +02:00 committed by Qt Cherry-pick Bot
parent a4cc41c33b
commit 36ddb4d4b2

View File

@ -1029,7 +1029,7 @@ QHttp2Connection::QHttp2Connection(QIODevice *socket) : QObject(socket)
// socket connections.
}
QHttp2Connection::~QHttp2Connection() noexcept
QHttp2Connection::~QHttp2Connection()
{
// delete streams now so that any calls it might make back to this
// Connection will operate on a valid object.