diff options
| author | Jøger Hansegård <[email protected]> | 2024-07-24 19:19:15 +0200 |
|---|---|---|
| committer | Jøger Hansegård <[email protected]> | 2024-07-25 11:19:07 +0200 |
| commit | a0bd57059d9d4e32a2fd62f7605dcc270e4f1e58 (patch) | |
| tree | f07c7f8241da2dd4040ae7ff8eb7d91520b4a1a9 /src/plugins/tls/openssl/qtlsbackend_openssl.cpp | |
| parent | 6cd6c3d6d70f8e76059153dd58ed2c61af2889b3 (diff) | |
Call std::addressof instead of operator& in QDebug::toBytes
QDebug::toBytes intends to pass the input object's address to its
nested implementation, but was calling operator& which does not work
with types that has a custom overload. Calling std::addressof fixes this
problem.
Task-number: QTBUG-127510
Change-Id: I63a682d7053ded7b9ee5eef2fa2da02cf0e76cce
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/plugins/tls/openssl/qtlsbackend_openssl.cpp')
0 files changed, 0 insertions, 0 deletions
