[qt/qt/qtgrpc]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtgrpc
Pushed by mirror-service into branch '6.12'.
Changed from c87b25edc8dc72b94a2bf2ed6976f576e0b91c78 to f69cb57ed977b64ecdc06a081d2685167d109493
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.
This change contains the following new commits:
Git commit f69cb57ed977b64ecdc06a081d2685167d109493 by Qt Cherry-pick Bot (on behalf of Dennis Oberst) on 30/07/2026 at 10:21..
QGrpc{Call,Channel}Options: remove noexcept from the new 6.12 getters
requestCompression() and acceptedCompressionAlgorithms() dereference
d_ptr, which is a precondition rather than something these functions
verify: calling them on a moved-from object is not valid. A function
with a precondition should not be noexcept.
supportedCompressionAlgorithms() has no d-pointer, but queries
QDecompressHelper. Pass QBAV's as arguments to correctly provide
noexcept guarantees.
Found during the Qt 6.12 API review.
Change-Id: I414ebf222c7900df572f6dee4cd4204791f4597f
Reviewed-by: Marc Mutz <[email protected]>
(cherry picked from commit 42de6b89f59c638143e2740bc703c9dc4102e41b)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
https://invent.kde.org/qt/qt/qtgrpc/-/commit/f69cb57ed977b64ecdc06a081d2685167d109493