[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 'dev'.
Changed from 0034d6cc8b634eb67f9469d02d3a12ff70cbd751 to 42de6b89f59c638143e2740bc703c9dc4102e41b
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 42de6b89f59c638143e2740bc703c9dc4102e41b by Dennis Oberst on 30/07/2026 at 08:52..
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.
Pick-to: 6.12
Change-Id: I414ebf222c7900df572f6dee4cd4204791f4597f
Reviewed-by: Marc Mutz <[email protected]>
https://invent.kde.org/qt/qt/qtgrpc/-/commit/42de6b89f59c638143e2740bc703c9dc4102e41b